@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');
.geo-feature :hover {
    opacity: 0.2;
}

h1 {
    font-weight: 500;
    font-size: 40px;
}

.geo-borders {
    fill: none;
    stroke: white;
    stroke-width: 0.5px;
    stroke-linejoin: round;
    stroke-linecap: round;
    pointer-events: none;
}

div.tooltip {
    position: absolute;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 150px;
    padding: 2px;
    font-size: 12px;
    background: white;
    border: 0px;
    border-radius: 8px;
    pointer-events: none;
    opacity: 0;
}

html {
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

body {
    margin: 0
}

svg {
    background: #eee;
}

.sphere {
    fill: #fff;
}

.land {
    fill: #000;
}

.boundary {
    fill: none;
    stroke: #fff;
    stroke-linejoin: round;
    stroke-linecap: round;
    vector-effect: non-scaling-stroke;
}

g.bolivia path {
    stroke-width: 0.1px;
}

#sliders {
    display: flex;
}
#sliders div {
    flex: 1;
}

#dashboard {
    position: absolute;
    right: 0;
    top: 30vh;
    width: 50vw;
}

path {  stroke: #fff; }
path:hover {  opacity:0.9; }
rect:hover {  fill:blue; }
.axis {  font: 10px sans-serif; }
.legend tr{    border-bottom:1px solid grey; }
.legend tr:first-child{    border-top:1px solid grey; }

.axis path,
.axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.x.axis path {  display: none; }
.legend{
    margin-bottom:76px;
    display:inline-block;
    border-collapse: collapse;
    border-spacing: 0px;
}
.legend td{
    padding:4px 5px;
    vertical-align:bottom;
}
.legendFreq, .legendPerc{
    align:right;
    width:50px;
}
