table#seatchart td
{
    width: 25px;
    text-align: center;
    font-size: 24px;
}

div.wtseat {
    margin: 3px;
    height: 25px;
    width: 25px;
    font-size: 24px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1;
    text-align: center;
    padding: 0 !important;
    box-sizing: border-box;
}

.wtseat span {
    display: block;
    line-height: 1;
}

.wtseat input[type="hidden"] {
    display: none !important;
    position: absolute;
    width: 0;
    height: 0;
}

.wt_grid_size {
    height: 25px;
    width: 25px;
}

.wt_grid_size_icon {
    height: 16px;
    width: 16px;
}

.wtseat_sold {
    background-color: black;
}

.wtseat_available {
    border: 2px solid gray;
}

.wtseat_selected {
    background-color: red;
}

.wtseat_previousSelection {
    background-color: #ffff38;
}

.wtseat_square {

}

.wtseat_circle {
    border-radius: 20px;
}
