
/******** TABLE STYLES ***********/


table {
    border: 1px solid #e1e5ea;
}

th[scope=col] {
    background-color: #757f8a;
color: #fff;
    font-size: 16px;
    text-align: center;
    font-family: "PNC Brand Medium", Arial, sans-serif;
    line-height: 22px;
    text-align: center;
}

th[scope=col], th[scope=row] {
    padding: 10px 12px !important;
}

.body-parsys table tr:nth-child(odd), .accordion-parsys table tr:nth-child(odd), .faq-filter-parsys table tr:nth-child(odd) {
    background-color: #e1e5ea !important;
}


.body-parsys table td, .accordion-parsys table td, .faq-filter-parsys table td {
    padding: 10px 12px !important;
    border-left: 1px solid #e1e5ea;
    border-right: 1px solid #e1e5ea;
}




/****** END TABLE STYLES ********/


