.o-blue {
    color: #32879c !important;
}

.o-darkblue {
    color: #30526a !important;
}

.o-green {
    color: #06651b !important;
}

.o-red {
    color: #f44336 !important;
}

.o-orange {
    color: #ff9800 !important;
}

.o-purple {
    color: #30526a !important;
}

.o-lightgray {
    color: #a9afbb !important;
}

.o-gray {
    color: #777 !important;
}

.o-darkgray {
    color: #555 !important;
}



.bg-color--midnight-blue {
    background: #2c3e50 !important;
    color: #fff !important;
}

.bg-color--lightgray {
    background: #eee !important;
    color: #555 !important;
}

.bg-color--blue {
    background: #30526a !important;
}

.bg-color--gray {
    background: #777 !important;
}

.bg-color--orange {
    background: #ff9800 !important;
}
