/* Start custom CSS for html, class: .elementor-element-78c3ecc */.kef_table table{
    font-weight: bold;
}

.kef_table table thead tr{
    background-color: #0f2261;
    color: #ffffff;
}

.kef_table table thead tr th:nth-child(1){
    text-align: left;
}

.kef_table table thead tr th:nth-child(2),
.kef_table table tbody tr td:nth-child(2){
    text-align: right;
}

.kef_table table tbody tr:nth-child(2n + 1){
    background-color: #d9e2f1;
}

.kef_table table tbody tr:nth-child(2n){
    background-color: #ffffff;
}

.kef_table table tbody .bg-red td{
    background-color: #800000;
    color: white;
}/* End custom CSS */