#offers-list-container .selected-row {
    background-color: var(--table-selected-row-color);
}

#offers-request-details table tr {
    vertical-align: text-top;
}

#offers-list-users {
    width: 14em;
}

#offers-offer-details-matched_requests-list-container .offers-list-no-data,
#offers-list-container .offers-list-no-data {
    font-style: italic;
}

#offers-offer-details-matched_requests-list-container .is_force_match {
    text-align: center;
}

#offers {
    min-height: 12em;
}

#offers-offer-details table tr td label {
    color: var(--text-color) !important;
}
