#signup_form_wrap {
    min-height: 300px;
}
form[name="signup"] .col-form-label {
    padding-top: 0;
}
.free-table-table th {
    font-size: 0.9rem;
}
.free-table-table thead th {
    font-weight: 600;
}
.free-table-table thead > tr > th:first-child,
.free-table-table tbody th {
    width: 4.5rem;
}
.free-table-table td {
    height: calc((var(--maxcount, 1) + 1) * 10px + 1px);
    padding: 0;
}
.free-table-table .last {
    padding: 0;
    width: 0px;
}
.table-free,
.table-reserved {
    height: calc(var(--count, 1) * 10px);
    border-right: 1px solid #fff;
}
.table-free {
    background-color: #198754;
}
.table-reserved {
    background-color: #dc3545;
}
.closed {
    height: calc((var(--maxcount, 1)) * 10px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.table-count {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--maxcount, 1) * 10px);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #fff;
}
