/* EME Fixes */

body .eme-calendar-table thead th, body .panel-events>.panel-heading, body .panel-heading {
    background-color: #245194 !important;
    border: 1px solid #245194 !important;
    color: #ffffff !important;
}

body .eme-calendar-table thead th a {
    color: #ffffff;
}

body table.eme-calendar-table td.eventless-pre, body table.eme-calendar-table td.eventless-post {
    color: #666;
}

body .eventful {
    background-color: #245194 !important;
}

table.eme-calendar-table td.eventful a, div.eventful a {
    color: #ffffff;
}

table.eme-calendar-table td.eventful-today, div.eventful-today {
    background-color: #eee;
}

table.eme-calendar-table td.eventful-today a, div.eventful-today a {
    color: #245194;
}

.btn-danger {
    background-color: #d83d3d;
}

.btn-success {
    background-color: #007738;
}

.btn-primary, .btn-info {
    background-color: #263e44;
}