.fc-calendar {
	width: 290px;
	margin: 0 auto;	
}
.fc-calendar .fc-head {
	text-transform: uppercase;
	font-size: 0.8em;
	overflow: hidden;
}

.fc-calendar .fc-body {
	position: relative;
	overflow: hidden;
}

.fc-calendar .fc-row {
	overflow: hidden;
}
.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.fc-calendar .fc-row > div {
	background: white;
	color: black;
	border-style: solid;
	border-right-width: 1px;
	border-top-width: 1px;
	cursor: pointer;
}
.fc-calendar .fc-row > div:first-child {
	border-left-width: 1px; 
}
.fc-calendar .fc-row:last-child > div {
	border-bottom-width: 1px;
}

.fc-calendar .fc-row > div:empty {
	background: none;
	cursor: default;
}
.fc-calendar .fc-row > div > span.fc-weekday {
	display: none;
}
/*
.fc-calendar .fc-row > div.fc-today {
	background: #27ae60;
	color: white;
}
*/
.fc-calendar .fc-row > div.fc-out {
	opacity: 0.6;
}