/* Planner Cover Page */

.planner-cover-page
{
	box-sizing:border-box;
	height:100%;
	padding:0.5rem;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	font-size:2rem;
	font-weight:bold;
	color:grey;
}

/* Page */

.planner-page
{
	box-sizing:border-box;
	height:100%;
	display:flex;
	padding:0.5rem;
	flex-direction:column;
}

.planner-page .years-and-months
{
	border:solid 1px grey;
	padding:0.25rem;
}

.planner-page .spacer
{
	height:1rem;
}

.planner-page .section
{
	flex:1;
	display:flex;
}

.planner-page .day
{
	border:solid 1px grey;
	flex:1;
	padding:0.25rem;
}