.list-header {
    display:inline-block;
    width: 100%;
    background-color: #4da6ff;
}

.list-row {
    display:inline-block;
    width: 100%;
}

.list-el {
    display:inline-block;
    width: 100%;
}

.list-row:nth-child(odd){
    background-color: #f0f5f5;
}
    
.list-filters {
    padding:8px;

}

.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: inherit;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.row-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.col {
    padding-right: 0 !important;
     padding-left: 0 !important;
}

body {
    text-align: center !important;
    font-size: 3vw !important;
}

.row:nth-child(odd){
    background-color: #cccccc;
}

.col-1{
    width: 5%;
}

.col-2{
    width: 20%;
    font-size: 2.5vw;
}

.col{
    width: 6.8%;
    font-size: 3vw;
}

.col-full{
    width: 100%;
    font-size: 6.5vw;
}

#year, #comClass{
    font-size: 6.5vw;
}

input[type=submit]{
    font-size: 6.5vw;
}

.col-head{
    width: 32%;
    font-size: 4vw;
}
