/* Add here all your CSS customizations */
.logo-color {color: #CC3232 !important;}
/*DL, DT, DD TAGS LIST DATA*/
dl {
    /* margin-bottom:50px; */
    line-height: normal;
}
 
dl dt {
    float: left; 
    /* font-weight: bold;  */
    /* margin-right: 5px;  */
    /* padding:5px;   */
    width:40%; 
    padding:5px 0;
    text-align: right;
}
 
dl dd {
    margin:2px 0; 
    padding:5px 0;
    text-align: left;
    margin-left: 41%;
}