#population-pyramid .popslider-container,
#population-pyramid #popchart {
    text-align: center;
}

#population-pyramid h3 {
    text-align: center;
    font-size: 36px;
    margin: 40px 0 20px 0;
    font-weight: 700;
}

.popslider-container {
    margin: 20px 20px 50px 20px;
}

.axis path,
.axis line {
    fill: none;
    stroke: #aaa;
    shape-rendering: crispEdges;
}

.axis text {
    font-family: sans-serif;
    font-size: 12px;
}

.y-axis path,
.y-axis line {
    stroke: none;
}

.panelHeader {
    font-family: Arial, sans-serif;
    font-size: 16px;
    stroke: none;
    fill: #333;
    font-weight: bold;
}

.male {
    /* fill: #960753; */
    fill: #0A97D9;
    stroke: white;
}

.female {
    /* fill: #63a193; */
    fill: #56C02B;
    stroke: white;
}

.tooltip {
    font-family: Arial, sans-serif;
    font-size: 12px;
    background: white;
    padding: 2px 3px;
    border: 1px solid #777;
}

.d3-slider-axis {
    left: -50px;
}