/* Gap heights */
.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 styles */
.dash-h1 { height: 1px; }

/* Text and background colors */
.text-green { color: #50A035; }
.bg-gray { background-color: #F2F2F2; }

/* Title and text styles */
.title-black-bold {
    color: #000;
    font-weight: bold;
}
.font-size-14 { font-size: 14px; }
.procurement-guidance-title {
    width: 100%;
    color: #50A035;
    display: table;
    background-color: #EFF7DC;
}

/* Layout and container styles */
.center-block {
    margin-left: auto;
    margin-right: auto;
}
.container-mw-735 {
    max-width: 735px;
    margin-left: auto;
    margin-right: auto;
}
.notes-box {
    background-color: #F2F2F2;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}
.notes-container {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
}

/* Image sizing */
.img-mw-80 { max-width: 80px; }
.img-mw-715 { max-width: 715px; }

/* Decorative elements */
.green-divider-bottom {
    border-bottom: solid 3px #50A035;
    height: 0;
}

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