ul.flex-container {
margin: 0;
list-style: none;
}
.flex-container {
display: flex;
flex-direction: row;
justify-content: space-between;
}
ul.flex-container li {
min-width: 120px;
padding: 10px;
background-color: #394c67;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.site-header-bottom-desktop .flex-container {
width: 100%;
height: 60px;
box-sizing: border-box;
}
.site-header-bottom-desktop .flex-container a,
.site-header-bottom-desktop .table-container a {
color: #fff;
}
.table-container {
display: table;
}
ul.table-container {
width: auto;
margin: 0;
}
ul.table-container li {
min-width: 135px;
padding: 10px;
display: table-cell;
vertical-align: middle;
border-right: 2px solid #455e7a;
text-align: center;
background-color: #394c67;
}
.site-header-bottom-desktop .table-container {
height: 60px;
box-sizing: border-box;
}