/* 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; }

/* Text colors */
.text-teal { color: #00AB9C; }

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

/* Font sizing */
.font-size-14 { font-size: 14px; }

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

/* Container and image sizing */
.container-mw-770 {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}
.container-mw-772 {
    max-width: 772px;
    margin-left: auto;
    margin-right: auto;
}
.img-mw-80 { max-width: 80px; }
.img-mw-750 { max-width: 750px; }
.img-mw-752 { max-width: 752px; }

/* Component styles */
.info-box {
    background-color: #F2F2F2;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}

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

.styled-box-top-border {
    background-color: #F2F2F2;
    border-top: 1px solid #221613;
}

.risk-header {
    background-color: #E6F3F2;
    color: #00AB9C;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid #00AB9C;
}

.risk-impact-title {
    color: #00AB9C;
    font-size: 17px;
}

.risk-mitigation-wrapper {
    border-bottom: 3px solid #00AB9C;
}

.risk-mitigation-label {
    display: table;
    padding: 2px 15px;
    border-radius: 30px;
    color: #00AB9C;
    font-size: 17px;
    background-color: #E6F3F2;
}

.risk-mitigation-divider {
    height: 1px;
    border-bottom: 1px solid #00AB9C;
}

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