.regular-orange {
    color: #ff9000;
    font-weight: normal;
}
.regular-green {
    color: #017535;
    font-weight: normal;
}
.regular-gray {
    color: #5e5c5c;
    font-weight: normal;
}
.bold-orange {
    color: #ff9000;
    font-weight: bold;
}
.bold-green {
    color: #017535;
    font-weight: bold;
}
