*{
    font-size: 11px;
}
html {
    overflow-y:auto;
}
#search-type-selection-section {
    display: flex;
    flex-direction: column;
    padding: 15px;
    align-items: center;
    width: 100%;
}
.search-type-selection{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 75px;
}
tbody {
    display: block;
    height: 340px;
    overflow: auto;
}

    thead, tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

thead {
    width: calc( 100% - 1em )
}

table {
    width: 400px;
}
tr {
    text-align: center;
}
th {
    font-size: 15px;
}
td {
    font-size: 11px;
}

label{
    white-space: nowrap;
}
form{
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #ccc;
    border-radius: 15px;
    overflow:hidden;
    margin: 15px;
}
#form-inputs {
    display: flex;
    flex-direction: row;
    min-height: 276.6px;
}
.form-divider{
    padding: 25px;
}
#button-divider {
    padding-bottom: 15px;
}

.alwaysHide {
    display: none;
}


@media (max-width: 576px) {
    .removeAt576 {
        display: none;
    }
}

@media (max-width: 768px) {
    .removeAt768 {
        display: none;
    }
}

@media (max-width: 991px) {

    .removeAt991 {
        display: none;
    }
}
@media (max-width: 1200px) {

}

