.realestate-component.estate-certificate table tbody th:first-child {
    background-image: url('../plugins/rw/realestate/assets/css/images/certificate.png');
    background-repeat: no-repeat;
    width: 250px;
    height: 33px;
}

.realestate-component.estate-certificate table tbody th.A {
    background-position: 0 0;
}

.realestate-component.estate-certificate table tbody th.B {
    background-position: 0 -34px;
}

.realestate-component.estate-certificate table tbody th.C {
    background-position: 0 -69px;
}

.realestate-component.estate-certificate table tbody th.D {
    background-position: 0 -104px;
}

.realestate-component.estate-certificate table tbody th.E {
    background-position: 0 -140px;
}

.realestate-component.estate-certificate table tbody th.F {
    background-position: 0 -175px;
}

.realestate-component.estate-certificate table tbody th.G {
    background-position: 0 -209px;
}

.realestate-component.estate-certificate table tbody th:not(:first-child) {
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

.realestate-component.estate-certificate table tbody th span {
    background-color: #000;
    color: #fff;
    padding: 4px 14px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.realestate-component.estate-certificate table tbody th span {
    background-color: #000;
    color: #fff;
    padding: 4px 14px;
}
.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;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    font-size: 16px;
    font-family: var(--font-family-raleway);
}
