body { 
    padding-top: 65px; 
}

/* Customisation - timdavies@webfoundation.org - January 2014 */

.data-table th, .dataset-clusters th, .dataset-listings th {
    background-color: #465471;
    color:white;
    border:1px solid white;
    font-weight:normal;
    font-size:10pt;
    text-align:center;
}

.data-table th, .data-table td {
    width:17%;
}

.dataset-clusters th, .dataset-clusters td {
    width:34%;
    vertical-align:top;
    font-size:10pt;
}

.dataset-listings td {
    text-align:left;
    font-size:10pt;
}

table.dataset-listings {
    margin-bottom:1em;
}

.data-table td, .datasset-clusters td {
    text-align:center;
    font-size:10pt;
}

td.total {
    font-weight:bold;
}

img.figure {
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.databars td {
    font-size:10pt;
    padding:2px;
    border:1px white solid;
}

tr.group {
    background-color: #A0ABC0;
    color:white;
}

img { 
    padding:2px;
}