.osm-container .osm-item-description {
    background: #6c5757;
    border-radius: 0 0 7px 7px;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #dbdee1;
    border-left: 1px solid #dbdee1;
    border-right: 1px solid #dbdee1;
}

td.osm-plan-property-label {
    width: 110px;
    text-align: left;
    font-weight: 400;
    color: #ffffff;
}

.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    color: #ffffff;
}

.osm-container .osm-item-heading-box {
    border-radius: 5px 5px 0 0;
    color: #333;
    font-weight: 700;
    padding: 4px 8px;
    margin: 0;
    background: #955a3c;
    border: 1px solid #dbdee1;
}