/* Gap heights */
.gap-h0 { height: 0; }
.gap-h5 { height: 5px; }
.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 styles */
.text-teal { color: #00AB9C; }
.font-bold { font-weight: bold; }
.font-size-14 { font-size: 14px; }

/* Title styles */
.title-black-bold {
    color: #000;
    font-weight: bold;
}

/* Centering utility */
.center-block {
    margin-left: auto;
    margin-right: auto;
}

/* Image max-width */
.img-mw-80 { max-width: 80px; }
.img-mw-750 { max-width: 750px; }

/* Table and container styles */
.table-unit {
    float: right;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.table-container-mw-770 {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}

.info-box-bordered {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    border: dotted 2px #000;
    border-radius: 15px;
    padding: 0;
}

/* Add cursor pointer to clickable elements */
.top_navbar_home, #go-top {
    cursor: pointer;
}