#chartContainer 
{
     width: 60%;
     height: auto;
     margin: 0 auto;
}
.awesome-filters{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.ndf{
    text-align: center;
    display: block;
    font-size: 17px;
    margin-top: 30px;
}
@media only screen and (max-width: 767px) {
    #chartContainer 
    {
         width: 100%;
    }
}
