.month_default_cell_business .month_default_cell_inner{
    background-color: #90ee90 !important;
}

.month_default_header .month_default_header_inner{
    background-color: #ffffe0;
}

.red {
    color: red;
}

.bg-yellow {
    background-color: #ffffe0;
}

.bg-red, .bg-red .month_default_event_inner {
    background: #f01a1a !important;
    background-color: #f01a1a !important;
    color: white;
}

.bg-dark, .bg-dark .month_default_event_inner {
    background: #2b2626 !important;
    background-color: #2b2626 !important;
    color: white;
}

.bg-orange, .bg-orange .month_default_event_inner {
    background: #ffa500 !important;
    background-color: #ffa500 !important;
}

.bg-green {
    background-color: #90ee90;
}

.bg-white {
    background-color: #fff;
}

.bg-blue {
    background-color: #add8e6;
}

a {
    color: #333;
    text-decoration: none;
}