/* Gap heights */
.gap-h0 { height: 0; }
.gap-h5 { height: 5px; }
.gap-h10 { height: 10px; }
.gap-h20 { height: 20px; }
.gap-h30 { height: 30px; }
.gap-h40 { height: 40px; }
.gap-h60 { height: 60px; }

/* Dash styles */
.dash-h1 { height: 1px; }

/* Text colors and font weights */
.text-teal { color: #00AB9C; }
.font-bold { font-weight: bold; }

/* Title styles */
.title-black-bold {
    color: #000;
    font-weight: bold;
}

/* Centering utility */
.center-block {
    margin-left: auto;
    margin-right: auto;
}

/* Container and image sizing */
.container-mw-802 {
    max-width: 802px;
    margin-left: auto;
    margin-right: auto;
}
.container-mw-822 {
    max-width: 822px;
    margin-left: auto;
    margin-right: auto;
}
.img-mw-782 { max-width: 782px; }
.img-mw-802 { max-width: 802px; }

/* Component styles */
.table-unit {
    float: right;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

/* Add cursor pointer to clickable elements */
.top_navbar_home, #go-top {
    cursor: pointer;
}