.map-chart .borders path.subunit-border {
    stroke: #cacaca;
    stroke-width:0.5;
    fill: none;
}

.map-chart .borders path.country-border {
    stroke: #cacaca;
    stroke-width:1.5;
    fill: none;
}

.map-chart .borders text.rus {
    stroke: none;
    fill: #cacaca;
    font-size: 3em;
}

.map-chart .borders text.bel {
    stroke: none;
    fill: #cacaca;
    font-size: 1.5em;
}
