body {
    color: #333333;
    font-family: 'Istok Web', sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}

.dc-chart .axis text {
    font-family: 'Istok Web', sans-serif;
    font-size: 11px;
}

.dc-chart g.row text {
    fill: black;
    font-size: 12px;
}

.dc-chart text {
    font-family: 'Istok Web', sans-serif;
    font-size: 12px;
}
.dc-chart g.row rect {
    stroke: gray;
    font-family: 'Istok Web', sans-serif;
    font-size: 10px;
}


.filterName {
    font-family: 'Istok Web', sans-serif;
    font-size: 13px;
    font-weight: 700;
    font-style: italic;
    margin-top: 20px;
}

.reset {
    font-family: 'Istok Web', sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
}

.table {
    font-family: 'Istok Web', sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
}

.table > tbody > tr > td {
    line-height: 6px;
}

/*to allow x-axis labels to overflow past div bd*/
svg:not(:root) {
    overflow: unset;
}

/* dc charts */

#chart-seasons {
    transform: translate(130px, 7px);
}

#chart-year {
    transform: translate(85px, 0px);
}


/*Display window on map*/
h4 { font-family: 'Istok Web', sans-serif; font-weight: 400; }

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.legend {
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}