/* Gap heights */
.gap-h0 { height: 0; }
.gap-h1 { height: 1px; }
.gap-h5 { height: 5px; }
.gap-h10 { height: 10px; }
.gap-h30 { height: 30px; }
.gap-h40 { height: 40px; }
.gap-h60 { height: 60px; }

/* Centering and Max-width Containers */
.center-block {
    margin-left: auto;
    margin-right: auto;
}
.container-mw-700 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.container-mw-770 {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}
.container-mw-772 {
    max-width: 772px;
    margin-left: auto;
    margin-right: auto;
}

/* Image Max-width */
.img-mw-680 { max-width: 680px; }
.img-mw-750 { max-width: 750px; }
.img-mw-752 { max-width: 752px; }

/* Dividers */
.teal-divider {
    border-bottom: solid 2px #00AB9C;
    height: 1px;
}

/* Text and Titles */
.note-text {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
}
.title-size-20 {
    font-size: 20px;
}
.title-green-20 {
    font-size: 20px;
    color: #007460;
}
.title-black-bold {
    color: #000;
    font-weight: bold;
}