/* Height utilities */
.h-0 { height: 0; }
.h-1 { height: 1px; }
.h-5 { height: 5px; }
.h-20 { height: 20px; }
.h-30 { height: 30px; }
.h-40 { height: 40px; }
.h-60 { height: 60px; }

/* Color utilities */
.main-title-color { color: #50A035; }
.section-title-color { color: #50A035; }

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

/* Margin utilities */
.auto-margin { 
    margin-left: auto;
    margin-right: auto;
}

/* Width utilities */
.max-w-80 { max-width: 80px; }
.max-w-715 { max-width: 715px; }
.max-w-735 { max-width: 735px; }

/* Border utilities */
.green-border {
    border-bottom: solid 3px #50A035;
    height: 0;
}

/* Background utilities */
.bg-gray { background-color: #F2F2F2; }

/* Component styles */
.iso-title {
    width: 100%;
    color: #50A035;
    display: table;
    background-color: #EFF7DC;
}

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

.section-subtitle {
    color: #000;
    font-weight: bold;
}