table.renting-leasing{
    border: solid 1px #333333;
    display: table;
    margin-top: 15px;
    margin-bottom: 15px;
}

table.renting-leasing tr {
    border: solid 1px #333333;
}

table.renting-leasing td:nth-child(-n+2) {
    border: none;
}

table.renting-leasing td,
.renting-leasing > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2){
    border: solid 2px #333333;
    text-align: center;
}


.renting-leasing > tbody > tr:nth-child(1) {
    line-height:20px;
}

table.renting-leasing > tbody > tr > td:nth-child(1){
    width: 550px;
    line-height:40px;
    padding-left: 10px;
    text-align: left;
}