.table-res {
width:100% !important;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.table-res thead tr {
    background-color: #319ACB;
    color: #ffffff;
    text-align: right;
}
.table-res tbody tr {
    border-bottom: 1px solid #319ACB;
}
.table-res tbody tr:nth-of-type(even) {
    background-color: #319ACB;
}
.table-res tbody tr:nth-of-type(odd) {
    background-color: #106798;
}
.table-res tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

/*fontgrootte tabellen*/
@media screen and (max-width: 1800px) {
    .table {font-size:1em !important;}     //normaal bij 2 kolommen en groter dan 1800px
}
@media screen and (max-width: 1400px) {
    .table {font-size:0.8em !important;}   //kleiner bij 2 kolommen en onder 1400px
}
@media screen and (max-width: 1000px) {
    .table {font-size:1em !important;}     //terug naar normaal bij 1 kolom
}
@media screen and (max-width: 800px) {
    .table {font-size:0.8em !important;}   //terug naar normaal bij 1 kolom
}

