body {
    font-family: 'Helvetica', sans-serif;
    min-width: 679px;
    margin: 0;
    padding: 0;
    background-color: #222;
    color: white;
}
.btn.active {
    background-color: #1b6d85;
}
#charger-map {
    width: 100%;
    height: 600px;
}
.chargerText {
    font-family: 'Roboto', sans-serif;
    background-color: #262424;
    color: white;
}
h1 {
    font-weight: 100;
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 20px;
}
h1 .divider {
    margin: 0 8px;
}
h1 .sub-headline {
    color: #888;
    font-weight: 300;
}
.axis path,
.axis line {
    fill: none  ;
    stroke: none;
    shape-rendering: crispEdges;
}
.axis text {
    font-size: 10px;

}
#ex1Slider{
    margin-left: 10px;
}

.markerText{
    color: black;
    stroke: black;
}
.distrRect {
    fill: #fff7bc;
    stroke: none;
    stroke-width: 2;
}
.customBtn {
    width: 140px !important;
}
