/* increase top and bottom margins instead of using <br /> */
.courtsBR {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.courtsBRx2 {
    margin-bottom: 1em;
    margin-top: 1em;
}

.courtsBRx3 {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

/* increase spacing between lines */
.courtsIncreaseLineSpacing {
    font-size: 1.2em;
    line-height: 1em;
}

.courtsLeftRightPadding {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

/* make cells word wrap */
.courtsWrapCell {
    overflow-wrap: normal; /* lines may break only at allowed break points */
    white-space: normal; /* collapse sequences of white space into a single character (or no character) */
    word-wrap: normal; /* lines may break only at allowed break points; for older browsers */
}


/*
Change History:
KT 11/26/2025 created courtsCustomSpacing.css
KT 12/02/2025 added BRx2 and BRx3 styles
KT 12/03/2025 10:25 final, UAT tested; ready for production
KT 12/05/2025 added courtsLeftRightPadding style to pad the left
KT 12/05/2025 12:00 UAT passed; ready for production
*/
