.faqQuestionHeader {
    cursor: pointer;  
}

.faqHidden {
    display:none;
}

.faq_number {
    width: 60px;
    font-size: 34px;
    color: #CCCCCC;
}

.faq_section_denote {
    width: 40px;
}

.faq_question .faq_section_denote {
    color: #f27c03;
}

.faq_answer .faq_section_denote {
    color: #5c8f15;
}
    
.faq_section_denote span {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}

.faq_section_denote span.subscript{
    font-size: 12px;
    vertical-align: sub;
} 

.faqAnchor:hover {
    text-decoration: none;
}

.table {
    margin-bottom: 0;    
}

.table tbody > tr > td {
    border: 0;
}

.table tbody > tr.faq_seperator > td {
    padding: 0px;
}

.faq_questions ol {
    padding: 0 0 0 40px;
    margin-bottom:0;
}

@media (max-width:767px){
    .faq_section_denote {
        width: 30px;
    }
    
    .faq_questions ol {
        padding: 0 0 0 25px;
    }
}
