.left {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.right {
    width: 60%;
    display: inline-block;
    vertical-align: top;
}

.ui-widget {
    font-size: 0.8em !important;
}

.dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: left;
    padding-top: 4vh;
    padding-top: calc(var(--vh, 1vh) * 4);
    font-weight: bold;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 2vw;
    font-size: 1em;
    width: 13vw;
    background-color: white;
}