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

.zc-ref {
    display: none;
}

#left-container {
    /* top:50%; */
    float: left;
    width: 30%;
    height: 100%;
    background-color: rgba(255,255,255,0.75);
}

#right-container {
    float: left;
    width: 70%;
}

#myChart {
    height: 100%;
    width: 100%
}
