/* General Purpose Classes */
.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-h1 { height: 1px; }

/* Text and Font Styles */
.text-teal { color: #00AB9C; }
.font-bold { font-weight: bold; }
.font-size-14 { font-size: 14px; }
.title-black-bold { color: #000; font-weight: bold; }

/* Image and Container Styles */
.img-mw-80 { max-width: 80px; }
.img-mw-750 { max-width: 750px; }
.center-block { margin-left: auto; margin-right: auto; }

/* Component Specific Styles */
.table-unit {
    float: right;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.note-block {
    font-size: 14px;
    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;
}

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

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