.title {
    font-weight: 300;
}

.valid {
    color: green;
}

.invalid {
    color:red;
}

.table td {
    white-space: nowrap;
}

#oahoa-lot-details-modal label {
    font-size: smaller;
    margin-bottom: 0;
}

#oahoa-lot-details-modal .form-check-input {
    margin-top: .45rem;
}
#OaHoaAdminUserBody {
    height:50vh;
}

#OaHoaAdminLotBody {
    height: 50vh;
}

#atParent {
    height: 50vh;
}

#OaHoa-Table-Container {
    height: 75vh;
}

#financialParent {
    max-height: 50vh;
    overflow: auto;
}

.bootstrap-table {
    font-size: smaller;
}

#memberFieldSet {
    max-height: 65vh;
    overflow: auto;
}

.bootstrap-table th {
    text-align: center;
}