div.map_links { margin: 1.5em auto; }

div.statistics,
table.totalfires {
    text-align:    center;
	border:        solid 1px #000;
	margin-left:   1em;
	margin-bottom: 1em;
	font-size:     0.8em;
}

div.statistics table,
div.totalfires table,
div.statistics table th,
table.totalfires th,
div.statistics table td,
table.totalfires td {
	border: solid 1px #000;
}

div.statistics table tr td.curyear,
div.statistics table tr.curyear td,
div.totalfires table tr.curyear td {
	font-weight: bold;
}

div.maps { margin: 1em auto; }

@media (max-width: 767px) {
    .stats-table { font-size: 0.8em; }
}

@media (min-width: 576px) {
    #fire-chart-container > * { min-width: 555px; }
}

@media (max-width: 575px) {
    #fire-chart-container > * {
        min-width: 100%;
        max-width: 100%;
    }
    .stats-table .average { display: none; }
}

@media (max-width: 460px) {
    .stats-table .rank { display: none; }
}