


body {
    box-shadow: 0 1px 4px 1px rgba(0,0,0,0.10);
    padding-top: 5px;
    font-family: "Roboto";
}

app {
    padding-bottom: 20px;
    background: #FAFAFA;
}

html {
    height: 100%;
    font-family: "Roboto";
}
.main-container {
    position: relative;
    display: block;  
    padding: 0;
    margin: 0px !important;
    width: 100% !important;
    min-width: 100% !important;
    height: 100%;
    min-height: 60px;
    height: 20%;
}

.main-title {
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 20px;
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.16);
    height: 60px;
    background-color: white;
}

.health-title {
    margin-top: -32px;
    padding-left: 8%;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 18px;
    color: #1A1A1A;
}

@media screen and (min-width: 200px) and (max-width: 300px) {
    .health-title {
        padding-left: 32%;
        font-size: 15px;
    }
}

@media screen and (min-width: 300px) and (max-width: 350px) {
    .health-title {
        padding-left: 30%;
        font-size: 15px;
    }
}

@media screen and (min-width: 350px) and (max-width: 500px) {
    .health-title {
        padding-left: 24%;
    }
}


@media screen and (min-width: 500px) and (max-width: 600px) {
    .health-title {
        padding-left: 21%;
    }
}

@media screen and (min-width: 600px) and (max-width: 700px) {
    .health-title {
        padding-left: 18%;
    }
}

@media screen and (min-width: 700px) and (max-width: 800px) {
    .health-title {
        padding-left: 15%;
    }
}

@media screen and (min-width: 800px) and (max-width: 930px) {
    .health-title {
        padding-left: 13%;
    }
}

@media screen and (min-width: 930px) and (max-width: 1100px) {
    .health-title {
        padding-left: 11%;
    }
}

.second-chart-box {
    box-shadow: 0 1px 4px 1px rgba(0,0,0,0.10);
    background: #FFFFFF !important;
    padding: 0px;
    height: 530px;   
}

.main-chart {   
    background: #FAFAFA;  
    display: block;
    width: 97%;
}

.main-chart-title {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 20px;
    color: #535353;
    letter-spacing: 0;
    display: block;
}

.main-chart-sub-title {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 12px;
   
}


@media only screen and (min-width: 901px) {
    .main-chart-sub-title2 {
        font-size: 26px;
        font-weight: 700;
        margin-left: -1%;
    }
}

@media only screen and (min-width: 901px) {
    .main-chart-sub-title2 {
        font-size: 26px;
        font-weight: 700;
        margin-left: -1%;
    }
}

/* If the screen size is 600px or less, set the font-size of <div> to 30px */
@media only screen and (max-width: 600px) {
    .main-chart-sub-title2 {
        font-size: 14px;
        font-weight: 700;
        margin-left: -1%;

    }
}
.row {
    margin: 0px;
}

.col {
    padding: unset;
}
