#calendar div.fc-view.fc-month-view.fc-basic-view * {
    font-size:16px;
}
#calendar div.fc-view.fc-month-view.fc-basic-view > table { 
    background:#fff;
}
#calendar button.fc-prev-button,
#calendar button.fc-next-button {
    background:none;
    border:none;
}

#calendar .fc-toolbar.fc-header-toolbar {
    margin-bottom:0;
}


#calendar div.fc-row { 
	margin-right:0 !important;
}
#calendar div.fc-row > table {
	margin-top:0 !important;
	border:none;
}

#calendar div.fc-row.fc-week.fc-widget-content {
	height:3em !important;
	min-height:3.2em !important;
}
#calendar div.fc-scroller.fc-day-grid-container {
	overflow-y:hidden !important;
	height:auto !important;
}

#calendar div.fc-row.fc-widget-header th {
    color:#e57406 !important;
}

/* #calendar .fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
    border:none;
} */


/*event tabs*/
#calendar tr:first-child > td a * {
    /*  
    margin:0;
    margin-top:-25px !important;
    
    padding-top:23px;
    padding-left:5px;
    padding-bottom:5px;
    
    border-radius:0;

    z-index:-1;
    /**/
    font-size:14px !important;
}

.fc-day-number{
	color:#000000;
}