/* 
    Document   : jevcustom
    Created on : 22-Apr-2013, 14:12:51
    Author     : Tony Partridge - GWE Systems Ltd
    Description: To allow customisation of CSS Strings where they can never be lost.
    Purpose of the stylesheet follows.
*/

.jevbootstrap .flat-view .table-responsive table th,
.jevbootstrap .flat-view .table-responsive table td,
.jevbootstrap .flat-view .month_table td {
    border-color: #1e3d59 !important;
}
.jevbootstrap .flat-view .table-responsive table th,
.jevbootstrap .flat-view .month_title, 
.jevbootstrap .flat-view .daynames th {
    background-color: #1e3d59 !important;
    color: #ffffff !important;
}


