.chartdiv {
    width: 105%;
    min-height: 500px;
    direction: ltr;
}
.chart_tabs a {
    padding: calc(.55rem + 1px) calc(1rem + 1px);
    color: #99A1B7;
    outline: 0 !important;
    font-weight: 600 !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    display: block;
    background: 0 0;
    transition: color .15s ease-in-out;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
}

.chart_tabs a.active {
    color: #252F4A;
    background-color: #F9F9F9 !important;
}

div#mapObDiv {
    width: 100%;
    height: 600px;
}

div#mapdiv {
    height: 100%;
    direction: ltr;
    display: inline-block;
    width: 100%;
}

.whiteNumBG {
    background: #f8fbff;
    padding: 0 5px;
    border-radius: 5px;
    font-size: larger;
    line-height: normal;
}

.distYear {
    margin-inline-start: 0.5rem;
}

.narative {
    padding: 2rem;
}

.narative blockquote {
    padding: 1rem;
    background: #ecf4fd !important;
    border-radius: 5px;
}

span.narWomen, span.narChildren {
    font-weight: bold;
}

.pieChart {
    width: 100%;
    height: 370px;
}

.pieCharts text {
    direction: ltr !important;
}
