/* Style for self assesment form table */
.table-style th,
.table-style td {
    padding: 0px;
    padding-top: 15px;
}

.table-style th,
.table-style td {
    text-align: center !important;
}

/* Css for Property Approval Page Table */
.tr-design {
    background-color: #607d8be0 !important;
    color: white;
}

.th-design {
    background-color: #6c757d !important;
    color: white;
}

.field-floorwisecalculatedtaxinfo-0-covered_area, .field-floorwisecalculatedtaxinfo-0-building_age {
    width: 100px;
}

/* End */