tr.selected {
    background-color: yellow;
}
td.check input {
    cursor: pointer;
}
th.creation_date:after {
    content: 'Дата-время';
}

td.price_rub {
    text-align: right;
}

td.price_rub::after {
    content: ' руб.';
}

th.price_rub::after {
    content: 'Цена';
}

th.redemption_price:after {
    content: 'Выкуп';
}

td.redemption_price_min {
    text-align: right;
}

th.redemption_price_min:after {
    content: 'от';
}
th.redemption_price_min {
    border-top: 1px solid black;
    border-left: 1px solid black;
}

th.redemption_price_max:after {
    content: 'до';
}

th.redemption_price_max {
    border-top: 1px solid black;
    border-right: 1px solid black;
}

td.redemption_price_min::after {
    content: ' руб.';
}

td.redemption_price_max {
    text-align: right;
}

td.redemption_price_max::after {
    content: ' руб.';
}

td.recommended_price {
    text-align: right;
}

td.recommended_price::after {
    content: ' руб.';
}

th.recommended_price::after {
    content: 'price';
}
th.recommended_price {
    border-top: 1px solid black;
    border-left: 1px solid black;
}

th.recommended_price_chance::after {
    content: 'chance';
}
th.recommended_price_chance {
    border-top: 1px solid black;
    /* border-left: 1px solid black; */
}

td.recommended_price_chance {
    text-align: center;
}

td.recommended_price_chance::after {
    content: '%';
}

th.estim:after {
    content: 'Оценка';
}

th.recommended_price_90:after {
    content: '90%';
}
th.recommended_price_90 {
    border-top: 1px solid black;
}

th.recommended_price_10:after {
    content: '10%';
}
th.recommended_price_10 {
    border-top: 1px solid black;
    border-right: 1px solid black;
}

td.recommended_price_90 {
    text-align: right;
}

td.recommended_price_90::after {
    content: ' руб.';
}

td.recommended_price_10 {
    text-align: right;
}

td.recommended_price_10::after {
    content: ' руб.';
}

td.sq_total {
    text-align: right;
}

th.sq_total::after {
    content: 'S общ';
}

td.sq_total::after {
    content: ' кв.м.';
}

td.sq_m {
    text-align: right;
}
th.sq_m::after {
    content: '/ кв.м.';
}


td.sq_m::after {
    content: ' руб./кв.м.';
}

td.floor {
    text-align: center;
}
th.floor::after {
    content: 'Этаж';
}

td.address {
    text-align: left;
}
th.address::after {
    content: 'Адрес';
}

td.phone_list {
    text-align: left;
}

th.phone_list::after {
    content: 'Телефоны';
}

th.address {
    text-align: left;
}
th.phone_list {
    text-align: left;
}
