/*variable width*/
div.column {
 -webkit-box-flex:1;
 -ms-flex-positive:1;
 flex-grow:1
}

.scrollable.scrollable--flex {
    scrollbar-width: thin;
}

