#faq-accordion {
    margin-bottom: 20px;
}

#faq-accordion h3,
#faq-accordion a {
    outline: none;
    text-decoration: none!important;
}

#faq-accordion i {
    margin-right: 8px;
}

.lightgrey i,
.darkgrey i {
    margin-left: 8px;
}

/**********************************************************/
/* LIGHT GREY THEME
/**********************************************************/

.lightgrey {
    border-top: solid 1px #DDD;
}

.lightgrey a {
    text-decoration: none!important;
    color: #333!important;
}

.lightgrey a:hover {
    color: #000!important;
}

.lightgrey h3 {
    font-size: 1rem!important;
    font-weight: 600!important;
    margin: 0!important;
    padding: 10px;
    background: #EEE;
    border-bottom: solid 1px #DDD;
}

.lightgrey .accordion-content {
    margin: 0;
    padding: 20px;
    background: #F4F4F4;
}

.lightgrey .accordion-content p:last-child {
    margin-bottom: 0px;
}

.lightgrey .accordion-content p {
    font-size: 1rem!important;
    color: #333;
}

/**********************************************************/
/* DARK GREY THEME
/**********************************************************/

.darkgrey {
    border-top: solid 1px #000;
}

.darkgrey a {
    text-decoration: none!important;
    color: #EEE!important;
}

.darkgrey a:hover {
    color: #FFF!important;
}

.darkgrey h3 {
    font-size: 1rem!important;
    font-weight: 600!important;
    margin: 0!important;
    padding: 10px;
    background: #222;
    border-bottom: solid 1px #000;
}

.darkgrey .accordion-content {
    margin: 0;
    padding: 20px;
    background: #333;
}

.darkgrey .accordion-content p:last-child {
    margin-bottom: 0px;
}

.darkgrey .accordion-content p {
    font-size: 1rem!important;
    color: #EEE;
}