/* Import Google Font */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

/* Apply the font globally */
body {
    font-family: 'Open Sans', sans-serif;
}

/* Existing styles */
.nav > li > a {
    width: 10vw;
    text-align: center; 
}

.multi-wrapper .non-selected-wrapper,
.multi-wrapper .selected-wrapper {
    box-sizing: border-box;
    display: inline-block;
    height: 35vh;
    overflow-y: scroll;
    padding: 10px;
    vertical-align: top;
}

.dataTables_wrapper .dataTables_filter {
    float: left !important;
    padding-left: 550px !important;
}
