.faqContainer {
    border: 1px solid lightgray;
    /*max-width: 900px;*/
}

.faqButton {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 0;
    text-align: left;
    display: block;
}

.faqButton table {
    width: 100%;
}

.faqButton td {
    color: white;
}

.faqButton:focus {
    border: none;
    outline: none !important;
}