/*
 * CSS for Help Page 
 * Joban Bir Singh
 */

 
        
        
        .main .content ul, .main .content ol, .main .content dl {
            margin-bottom: 1em;
            margin-top: 0;
            position: relative;
        }
        .main .content h4 {
            color: #023F72;
            font-size: 1.1em;
            text-decoration: none;
        }
        
        .main .content h4, .main .content h5 {
            font-weight: bold;
        }

                 .main .content .removeUnderline {
            text-decoration: none;
            
        }
        
        
        .main .content ul, .main .content ol, .main .content dl {
            margin-bottom: 1em;
            margin-top: 0;
            position: relative;
        }
        .main .content ul li, .main .content ol li {
            margin-bottom: 0;
            margin-top: 0;
        }