/* 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-h50 { height: 50px; }
.gap-h60 { height: 60px; }

/* Dash styles */
.dash-h1 { height: 1px; }
.dash-teal-thin { 
    height: 1px;
    border-bottom: solid 1px #00AB9C;
}

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

/* Container and block styles */
.center-block {
    margin-left: auto;
    margin-right: auto;
}
.info-box {
    background-color: #F2F2F2;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}
.content-box-gray {
    background-color: #F2F2F2;
    border-top: solid 1px #221613;
}
.risk-title-box {
    background-color: #E6F3F2;
    color: #00AB9C;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 3px #00AB9C;
}
.border-bottom-teal {
    border-bottom: solid 3px #00AB9C;
}
.measure-badge {
    display: table;
    padding: 2px 15px;
    border-radius: 30px;
    color: #00AB9C;
    font-size: 17px;
    background-color: #E6F3F2;
}

/* Sizing and layout */
.max-w-772 { max-width: 772px; }
.max-w-770 { max-width: 770px; }
.img-max-w-80 { max-width: 80px; }
.img-max-w-752 { max-width: 752px; }
.img-max-w-750 { max-width: 750px; }

.unit-display {
    float: right;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

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