
/* tabs */

.tabs {
    margin: 1rem auto 0.25rem;
}
.tabs .tab-links {
    border-bottom: 1px solid #ccc;
}
.tab-links a.tab {
    vertical-align: bottom;
    color: #333;
    background-color: #bfbfbf;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    padding: 0.25rem 0.5rem;
    font-size: 16px;
    border: 1px solid #ccc;
    transform: translateY(1px);
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-width: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.tabs .tab-stage {
    padding: 0.5rem 0;
}
.tabs .tab-content {
    display: none;
}

/* FAQ */
/* .faq {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
} */
.faq .faq-item {
    margin: 0.75rem auto 1.5rem;
}
.faq .faq-item .question {
    font-size: 20px;
    font-weight: bold;
    padding: 0.25rem 0.5rem;
}
.faq .faq-item .answer {
    font-size: 16px;
    padding: 0.25rem 0.5rem;
}