table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
}

th, td {
    padding: 0.6em 0.8em;
    text-align: center;
}

th {
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-top: 1px solid var(--secondary);
    border-bottom: 2px solid var(--primary);
}

td.flex-td {
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 0.9em;
}

td a {
    display: block;
    width: 100%;
    height: 100%;
    padding: inherit;
    margin: -0.6em -0.8em;
}

.map-table {
    margin: 0;
}

.map-table td:nth-of-type(1), .map-table td:nth-of-type(1) * {
    font-weight: bold;
}

.map-table td:nth-of-type(2), .map-table td:nth-of-type(2) * {
    font-weight: normal;
}

.pollutant-table {
    table-layout: fixed;
}

.pollutant-table th:first-of-type, .pollutant-table td:first-of-type {
    text-align: left;
}

.pollutant-table tr:hover {
    filter: brightness(0.85);
}

.pollutant-table td {
    font-size: 12pt;
}

.pollutant-table td:first-of-type {
    font-weight: bold;
}

.pollutant-table td a {
    font-size: 12pt;
}

.colour-info-table tbody {
    font-size: 0.9em;
    text-align: center;
}

.colour-info-table td {
    width: 50%;
}

.files-table {
    width: auto;
}

.files-table td {
    border: 1px solid;
}
