/*
.fc-toolbar {
	background-color: #3F51B5;
	color: #FFF;
	margin: 0;
	padding: 14px;
}
.fc-toolbar button {
	background-color: transparent;
	background-image: none;
	border: 0;
	text-shadow: none;
	box-shadow: none;
	color: #FFF;
}
.fc-toolbar button:hover {
	background-color: #5C6BC0;
}
.fc-toolbar button:active {
	background-color: #9FA8DA;
}
.fc-view-container table th {
	padding: 5px;
	background-color: #F5F5F5;
	color: #9E9E9E;
}
.fc-view-container table td.fc-today {
	background-color: #f9fbe7;
	background-color: rgba(249, 251, 231, 0.7);
}
*/
div.fc-content > span.fc-time {
	display: none;
}
div.fc-toolbar div.fc-left-sub {
	float: left;
	margin-left: 10px;
	margin-top: -3px;
	font-size: 22px;
}