.center-block {
    margin-left: auto;
    margin-right: auto;
}

/* Height utilities */
.h-0 { height: 0; }
.h-1 { height: 1px; }
.h-5 { height: 5px; }
.h-10 { height: 10px; }
.h-30 { height: 30px; }
.h-40 { height: 40px; }
.h-60 { height: 60px; }

/* Max-width utilities */
.mw-750 { max-width: 750px; }
.mw-752 { max-width: 752px; }
.mw-770 { max-width: 770px; }
.mw-772 { max-width: 772px; }

/* Margin utilities */
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

/* Font utilities */
.fs-14 { font-size: 14px; }
.fs-20 { font-size: 20px; }
.fw-bold { font-weight: bold; }

/* Color utilities */
.text-black { color: #000; }
.text-dark-teal { color: #007460; }

/* Border utilities */
.border-bottom-teal {
    border-bottom: solid 2px #00AB9C;
    height: 1px;
}

/* Clickable elements cursor */
.top_navbar_home, #go-top {
    cursor: pointer;
}