/* Countries bubbles story */
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
}

#left-container {
    /* top:50%; */
    float: left;
    width: 55%;
    height: 100%;
    background-color:black;
}

#right-container {
    float: left;
    width: 40%;
    height: 100%;
    padding: 10px;
}
.d3plus_label{
     fill: white !important;
    font-family: 'Roboto', sans-serif !important;
}
