#faqBoxes nav.anchors > a {
    display: inline-block;
    color: #fff;
    padding: 5px;
    background: #0068d3;
    margin-left: 5px;
    margin-bottom: 5px;
    text-decoration: none;
}

#faqBoxes nav.anchors > a:hover {
    background: #017cfb;
}

#faqBoxes section {
    overflow: hidden;
    display: block;
    padding: 10px 0px;
    height: 30px;
}

#faqBoxes section.open {
    height: auto;
}

#faqBoxes section > a {
    font-size: 16px;
    margin-bottom: 5px;
}

#faqBoxes section > a:before {
    content: "";
    margin-left: 5px;
    background: #000e56;
    height: 7px;
    width: 7px;
    display: inline-block;
}

#faqBoxes section .body {
    margin-right: 0px;
    background: #f2f2f2;
    padding: 8px 13px;
}

.commentForm {
    display: none;
    margin-top: 15px;
}

.commentForm.open {
    display: block;
}

.comment {
    line-height: 35px;
    font-size: 20px;
}