.faq-title {
    border-top: 2px solid #1A7578;
    color: #1A7578;
    font-weight: 700;
    padding: 10px;
}
.faq-body {
    border-bottom: 1px solid #1A7578;
    border-top: 1px solid #1A7578;
}

.faq-body h4 a {
    display:block;
    font-size: 9pt;
    font-weight: 700;
    line-height: 30px;
    text-decoration: none;
    width: 100%;
}

.faq-question {
    border-bottom:1px solid #1A7578;
    border-top:1px solid #1A7578;
    border-radius:0 !important;
    box-shadow:none !important;
}

.panel-group .panel+.panel {
    margin-top: 0;
}