button.fc-button.fc-button-primary {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0;
	font-size: 1em;
}

button.fc-button > .fc-icon {
	color: black;
}

.fc-toolbar h2 {
	font-size: 1em !important;
	font-weight: normal;
}

.fc-unthemed tbody {
    background-color: #EFEFEF;
}

.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-width: 3px !important;
    border-color: white !important;
}


.fc td.fc-today {
	border-style: none !important;
}

.fc-unthemed td.fc-today {
	background-color: #EFEFEF !important;
}

a.fc-event {
	background-color: transparent !important;
	border:none;
}

.fc-content {
	padding-top: 1.5em;
	text-align: center;
	cursor: auto;
	font-family: 'Source Code Pro';
	color: #DD4A1E;
	font-size: 0.8em;
	font-weight: bold;
}

.fc-title {
	display: none;
}

@media (max-width: 576px) { .fc-content {font-size: 0.6em;} }

div.fc-scroller.fc-day-grid-container, div.fc-row.fc-week.fc-widget-content.fc-rigid {
	height: auto !important;
	min-height: 16em;
	overflow: hidden;
}