.collapsibleSection {
    margin-bottom: 1rem;
}
.collapsibleSection .collapsibleSectionTitle {
    background-color: #ededed;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    cursor: pointer;
    margin-bottom: 1rem;
}
.collapsibleSection .collapsibleSectionTitle .collapsibleSectionTitleIcon {
    color: #007ac3;
    font-size: 1.125rem;
    font-weight: bold;
    margin-right: .938rem;
}
