/**
 * calendar calendar table styles
 */
.view-calendar-2 .view-header{background-color: rgba(0, 37, 55, 0.92);height: 36px;}
.date-nav div.date-heading h3{color: #fff !important;}
.calendar-calendar .month-view table {
    border: 1px solid #002537;
    padding: 1px;
    background-color: rgba(0, 37, 55, 0.92);
    width: 524px;
    height: 456px;
}
.calendar-calendar .month-view table thead{
    opacity: 0.7;
}
.calendar-calendar .month-view table tbody{
    opacity: 0.7;
}
.calendar-calendar th{
    color: #fff;
    text-align: center;
    height: 36px;
    border-bottom: none !important;
}
.calendar-calendar td{
    border: 1px solid #808080;
    text-align: center;
    width: 74px;
    color: #fff;
    font-weight: bold;
}
.calendar-calendar td:first-child{
    border-left: none;
}
.calendar-calendar td:last-child{
    border-right: none;		
    border-bottom: none;;
}
.past.empty div.inner div.day,.future.empty div.inner div.day{
    color: #4C5252;
}
.today div.inner div.day{
    color: #f00;
}
.calendar-calendar div.inner div.day a {
    color: #97a139;
    text-decoration: none;
}
@media screen and (max-width: 980px) {
    
}
