﻿#FAQ {
    margin-top:10px;
}

#FAQ .faqQuestion {    
    cursor:pointer;
    font-size:1.1em;
    font-weight:bold;
    color:#9B0B6A;
}
#FAQ .faqClickInfo {
    font-size:0.7em;  
    font-weight:normal;  
    color:#000;
}
#FAQ .faqAnswer {
    visibility:hidden;
    overflow:hidden;
    height:0px;
    
    margin-top:3px;
    font-size:1em;
    font-weight:normal;
    margin-bottom:10px;
    padding-left:15px;
}
