.page-id-1639 h1{
    font-size: 33px;
    font-family: "Butler", serif;
    font-weight: 400;
    color: #000000;
}

.page-id-1639 .cells-table thead th,
.page-id-1639 .parking-table thead th {
    font-family: "Butler", serif;
    font-size: 16px;
    font-weight: 400;
    background-color: #ffffff;
}

.page-id-1639 .cells-table tr,
.page-id-1639 .parking-table tr {
    position: relative;
    border-bottom: 10px solid white;
}
.page-id-1639 .cells-table thead tr:after,
.page-id-1639 .parking-table thead tr:after {
    display: none;
}
.page-id-1639 .cells-table tr:after,
.page-id-1639 .parking-table tr:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 5px;
    left: 0;
    border: 1px solid #A57D49;
    z-index: 1;
}

.page-id-1639 .cells-table td,
.page-id-1639 .parking-table td {
    position: relative;
    z-index: 2;
}

.page-id-1639 .cells-table .free,
.page-id-1639 .parking-table .free,
.cells .free,
.parking .free {
    background-color: #cead81;
    border-radius: 0;
    color: #000000;
    font-size: 12px !important;
    font-weight: 700;
    padding: 5px 10px 3px 10px;
    border: 0;
    text-transform: uppercase;
}

.page-id-1639 .cells-table .sold,
.page-id-1639 .parking-table .sold,
.cells .sold,
.parking .sold {
    display: inline-block !important;
    color: #ffffff !important;
    background: linear-gradient(90deg, #AFAFAF, #4A4A4A) !important;
    padding: 0.6rem 1.9rem 0.6rem 1rem !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: .02em !important;
    border: none !important;
    border-radius: 0 !important;
    line-height: 1 !important;
    -webkit-clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%) !important;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%) !important;
    overflow: visible !important;
}

.page-id-1639 .cells-table td:first-of-type,
.page-id-1639 .parking-table td:first-of-type {
    font-weight: 700;
}

.page-id-1639 .cells-table td a,
.page-id-1639 .parking-table td a,
.page-id-1639 .parking a,
.page-id-1639 .cells a {
    color: #000000
}

.page-id-1639 .cells-table td:last-of-type,
.page-id-1639 .parking-table td:last-of-type {
    white-space: nowrap;
}

.page-id-1639 .cells-table td,
.page-id-1639 .parking-table td {
    font-size: 14px;
}

.page-id-1639 .cells-table td select,
.page-id-1639 .parking-table td select {
    appearance: none;
    -webkit-appearance: none;
    background-color: #ffffff;
    background-image: url('images/select.svg');
    background-position: right;
    background-repeat: no-repeat;
    border: 1px solid #A57D49;
    color: #A9A9A9;
    height: 30px;
    line-height: 28px;
    padding: 0 30px 0 10px;
    border-radius: 2px;
    display: inline-block;
    min-width: 144px;
}


.status-label span {
    white-space: nowrap;
    font-size: 16px;
    line-height: 48px;
    display: block;
    padding: 0;
}