/*postcode*/
#csv-display > table > thead > tr > th:nth-child(8),
#csv-display > table > thead > tr > td:nth-child(8) {
    width: 7% !important;
}
/*description*/
#csv-display > table > thead > tr > th:nth-child(9),
#csv-display > table > thead > tr > td:nth-child(9) {
    width: 35%;
}

@media only screen and (max-width: 976px) {
    #csv-display tr {
        border-bottom: 1px solid #fff;
        margin-bottom: 30px;
    }
}

.stats th:last-child,
.stats td:last-child,
.stats th:nth-last-child(2),
.stats td:nth-last-child(2),
.stats th:nth-last-child(3),
.stats td:nth-last-child(3),
.stats th:nth-last-child(4),
.stats td:nth-last-child(4),
.stats th:nth-last-child(5),
.stats td:nth-last-child(5)
{
  text-align: right;
  width:10%;
}

.chart {
  width: 100%; 
  min-height: 400px;
}
.row {
  margin:0 !important;
}

.sf_2cols_1_75 h2:first-child, .sf_2cols_2_25 h2:first-child {
    margin-top: 50px !important;
}