.faq-title, .transplant-authorization {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    background: #eee;
    margin-top: 10px;
}
.transplant-authorization p {
    padding: 15px 0px 15px 15px;
    color: #000;
    font-weight: 700;
    font-family: Titillium Web!important;
    margin-bottom: 0px;
    margin-left: 0;
}
.transplant-authorization i.fa.fa-minus {
    color: #4f5155;
    padding: 10px 10px 10px 10px;
    margin: 1rem 0;
}
.transplant-authorization i.fa.fa-plus {
    color: #4f5155;
    padding: 10px 10px 10px 10px;
    margin: 1rem 0;
}

/* tablecss */
.transplant-table {
    padding: 20px 0;
}
.transplant-table table {
    border: 1px solid #dedede;
}
.transplant-table table thead tr {
    background: #5eb89c!important;
}
.transplant-table table thead tr th {
    text-align: center!important;
    color: #fff!important;
    padding: 16px 0;
}
.table {
    display: inline-table;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    /* padding: 8px; */
    color: #4f5155;
    text-align: center;
    /* vertical-align: top; */
    /* border-top: 1px solid #ddd; */
}
