.gauge {
    width: 300px;
    height: 170px;
}

.gauge g.pointer {
    fill: #444;
}

.gauge-container table thead {
    font-size: larger;
    font-weight: 900;
}

.gauge-container table tbody th {
    padding-right: 1em;
    font-weight: 600;
}

.loader {
    background-image: url(images/leaflet-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}

ul.documents {
    list-style: none;
    margin-top: 1em;
    padding: 0;
}