﻿.resultsScrollable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

td:nth-child(2) {
    text-align: left;
}

tr:nth-child(1) > td:nth-child(n+2) {
    background-color: #e2e2e2;
    font-weight: 700;
}

tr:nth-child(3) > td:nth-child(n+2) {
    background-color: #e2e2e2;
    font-weight: 700;
}

tr.thead-dark th {
    white-space: nowrap;
    padding: .8rem;
}




@media screen and (max-width: 1200px) {
    section.results {
        margin-top: 2rem;
    }
}

@media only screen and (max-width: 576px) {
    section.aniosAnteriores {
        margin-top: 2rem;
    }
}

