
        .justify
        {
            text-align: justify;
            text-justify: inter-word;
        }   
       input[type="checkbox"]
        {
             -webkit-appearance: checkbox;
             -moz-appearance: checkbox;
        }

        input[type="radio"]
        {
             -webkit-appearance: radio;
             -moz-appearance: radio;
        }         
        .inline-rb input[type="radio"]
        {
            width: auto;
        }
        .inline-rb label
        {
            display: inline;
        }
        .RBL label
        {
            display: inline-block;
            width: 38px;
        }
        .RBL td
        {
            text-align: center;
            width: 5px;
        }
        .category
        {
            text-align: left;
            text-indent: 11px;
        }
        
        .FormatRadioButtonList label
        {
            margin-right: 15px;
        }
        .greenlabel
        {
            color: #07535A;
        }
        .MobileContent
        {
            display: block;
        }
        @media screen and (max-width: 768px)
        {
            .MobileContent
            {
                display: none;
                text-align: center;
            }
        }
        
        .blackBorderTextbox
        {
            border: 1px solid #92a8d1;
        }
