.gmd-faq-container details {
    margin-bottom: 10px;
}

.gmd-faq-container summary {
    font-weight: bold;
    cursor: pointer;
    outline: none;
}

.gmd-faq-container .faq-content {
    padding: 10px;
}

.gmd-faq-container .faq-category-title {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

