.ddriven_expandable_table .question{
    color: white;
    background-color:rgb(195,195,195);
    padding:15px;
    max-width:650px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    transition:background-color 500ms;
}
.ddriven_expandable_table .answer{
    border: 1px solid rgb(195,195,195);
    padding:15px;
    max-width:650px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}
.ddriven_expandable_table .question.unselected{
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    background-color:rgb(150,150,150);
    transition:background-color 500ms;
}
.ddriven_expandable_table .row{
    margin: 10px 0 10px 0;
    display: flex;
    flex-direction: column;
}