div.row 
{
    display: flex;
    flex-direction: row;
    width: 100%;
}

div.row > div.column
{
    flex: 1 1;
}
