.realestate-component.estate-certificate table tbody th:first-child {
    background-image: url('./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
}
