:root{
    --error-red: #900;
    --success-green: #090;
}
.ehsDisplayNone{
    display: none;
}
.ehsDisplayNoneImportant{
    display: none !important;
}
.dimensions0{
    height: 0;
    width: 0;
}
.dimensions0Important{
    height: 0 !important;
    width: 0 !important;
}