.faq-search {
    font-size: 16pt;
    font-family: Arial, Helvetica, sans-serif;
    max-width: 20rem;
}

.faq-search label {
    margin-right: 10px;
}

.faq-search .search {
    height: 30px;
    font-size: 15px;
    margin-left: 10px;
}

.faq-section {
    color: #555;
    font-size: 16pt;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px 10px;
    /* font-weight: bold; */
}

.faq-section .ask {
    font-size: smaller;
    margin: 5px;
    cursor: pointer;
    font-weight: normal;
}

.faq-section .answer {
    display: none;
    margin-bottom: 20px;
    margin-left: 20px;
    /* font-weight: bold; */
    font-size: smaller;
}

.faq-section .css-arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-right: 10px;
    margin-bottom: 3px;
}

.faq-section .arrow-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.faq-section .arrow-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
