.list-container {
   display: flex;
   flex-direction: row;
   width: 100%;
}
.list-container ul {
   flex: 1;
   flex-grow: 1;
}
