﻿
.ObligatoryWarning:after  {
    /*content: url(../images/ObligatoryWarning1.png); ie and firefox not support this*/
    /*background: url("../images/ObligatoryWarning1.png") no-repeat;
    width: 10px;
    height: 9px;
    display: inline-block;
    border: none;*/
    content:"‡";
    color:#cc3300 ;
    font-size:8pt;
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-weight:bold !important;
  
    
}

.obligatoryPhaseLabel:before {
    content:"‡";    
    font-size:12pt;    
    font-weight:bold;
    color: #cc3300 !important;
}