﻿
/* FAQ start */
.question {
    float: left;
    padding: 5px;
    width: 99%;
    font-weight: bold;
    font-size: 18px;
    font-style: italic;
    color: black; /*#623c33;  */
    cursor: pointer;
}

.questionspacer {
    float: left;
    padding: 5px;
    width: 99%;
    font-weight: bold;
    font-size: 18px;
    font-style: italic;
    color: #623c33;
}

.answer {
    float: left;
    padding: 10px;
    width: 96%;
    font-size: 12px;
    font-weight: bolder;
    color: black; /*#623c33;*/
    border: 1px solid #cfbaa5;
    background: #fff;
}
/* FAQ end */
@media only screen and (min-width: 320px) and (max-width: 640px) {
    .answer {
        width: 92%;
    }
}