.report ul.files {
    list-style: none;
    padding: 0;
}

.air-reports.archive .item {
    margin: 1em 0;
    padding: 1em 0;
    border-bottom: solid 1px #eee;
}

.air-reports .reports.grid label {
    font-size: 80%;
}

.air-reports .reports.grid .nav-tabs {
    display: none;
    margin-bottom: 1em;
}

@media (min-width: 768px) {
    .air-reports .reports.grid .nav-tabs {
        display: flex;
    }
    .air-reports .reports.grid .card {
        border: none;
    }
    .air-reports .reports.grid .card .card-header {
        display: none;
    }
    .air-reports .reports.grid .card .card-body {
        padding: 0;
    }
    .air-reports .reports.grid .card .collapse {
        display: block;
    }
}

@media (max-width: 767px) {
    .air-reports .reports.grid .tab-content .tab-pane {
        display: block;
        opacity: 1;
    }
}

.air-reports .reports.grid .row.annual .body, .air-reports .reports.grid .row.interim .body {
    padding-bottom: 1em;
}

.air-reports .reports.grid .row.annual h5 a, .air-reports .reports.grid .row.interim h5 a {
    text-transform: capitalize;
}

.air-reports .reports.grid .file a:before {
    margin-right: 3px;
    content: "\f1c1";
    font-family: FontAwesome;
}

.air-reports .reports.grid #rtcMore .report:not(:last-child) {
    border-bottom: solid 1px #dee2e6;
    margin-bottom: 1em;
}
