/*  IE Specific CSS */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    #materialize-chartist #ct10-chart
    {
        display: none;
    }
}
