html, body {
	overflow: hidden; /* don't do scrollbars */
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
}

#calendar-container {
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
}

.fc-header-toolbar {
	/*
	the calendar will be butting up against the edges,
	but let's scoot in the header's buttons
	*/
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
}
