/* _layout_ */

html, body {
	height: 100%;
	background-color: #c2c2c2;
}

/* _links_ */

a {
	color: rgba(0,0,0,0.7);
}

/* _media queries_ */

/* bootstrap x-small */
@media (width <= 576px) {

	.fc-toolbar-title {
		font-size: 1.25em !important;
	}

}