@charset "utf-8";




/* Reset if any other library mess things up :D */
.fc * { margin:0; padding:0;  }

.fc .fc-daygrid-day-top .fc-daygrid-day-number {
	text-decoration:none;
	color:#000;
}

.fc .fc-col-header-cell-cushion {
	text-decoration:none;
	text-transform:uppercase;
	color:#000;
	padding:8px 0; 
}

.fc .fc-col-header-cell {
	background-color:#f0f0f0;
}

.fc .fc-daygrid-week-number {
	text-decoration:none;
	background-color: #E6E6D7;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: #E6E6D7;
}

.fc .fc-daygrid-event-dot {
    border-color: #F60;
	margin: 0px 4px;
}

.fc .fc-daygrid-dot-event {
	color:#000;
}

@media (max-width: 640px) {
	
	.fc {
		font-size:0.4rem;
	}

	.fc .fc-daygrid-event-dot {
		border-width: 2px;
		border-radius: 2px;
		margin: 0px 2px;
	}

	.fc .fc-event-time {
		
	}


}