.accordion-button:not(.collapsed) {
    color: #575757;
    background-color: white !important;
    box-shadow: none !important;
}

.accordion-button:focus{
    box-shadow: none !important;
}

.accordion-button {
    padding: 25px 10px !important;
}

.accordion-body {
    background-color: #f8f8f8 !important;
    padding: 35px 10px !important;
}


tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border: 2px solid #afafaf !important;
}
td{
    padding: 7px 10px;
}