body {
margin: 0;
padding: 0;
font-size: 14px;
}
#top,
#calendar.fc-unthemed {
font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}
#top {
background: #eee;
border-bottom: 1px solid #ddd;
padding: 0 10px;
line-height: 40px;
font-size: 12px;
color: #000;
}
#top .selector {
display: inline-block;
margin-right: 10px;
}
#top select {
font: inherit; }
.left { float: left }
.right { float: right }
.clear { clear: both }
#calendar { }
.fc-day-grid-event .fc-content { }
.fc-unthemed td.fc-today {
background: #00000059;
}
.fc th, .fc-basic-view td.fc-week-number, .fc-icon, .fc-toolbar {
text-align: center;
background-color: #2F85AF;
color: white;
}
h2{
margin-top: 6px !important; text-transform: capitalize;
}
th{
font-family: "Arial Bold";
text-transform: capitalize;
}
.fc-event {
font-family: "Arial Narrow";
font-size: 1.1em;
}
.fc-row.fc-week.fc-widget-content{
max-height: 120px !Important;   
}
.fc-scroller,
.fc-day-grid-container{
height: auto !important;
}
.fc-toolbar{
font-size: 12px !important;
}
.fc-list-table td{
pointer-events:none;   
}
.fc-list-table td > a{
pointer-events:auto;   
}
.fc-list-item.fc-has-url{
background-color: #b1b1b1;
} @media (max-width: 767px){
.fc-today-button{
display: none !important;
}
}