.dashboard{
	padding: 3vh;
}
.dashboard .sectionLink{
	text-transform: uppercase;
	font-weight: bold;
	opacity: 0.8;
	display: inline-block;
	width: calc(100% - 6vh);
	text-align: left;
	margin-bottom: 2vh;
	color: #fff;
	vertical-align: top;
	padding: 1vh 3vh;
}
.dashboard .sectionLink a{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}
.dashboard .sectionLink .toSection{
	width: calc(100% - 14.2vh);
	word-wrap: break-word;
}
.dashboard .sectionLink .toEntry{
	border-left: 0.2vh solid rgba(255, 255, 255, 0.2);
	padding-left: 4vh;
	height: 8vh;
}
.dashboard .notice{
	padding: 3vh;
}
.dashboard .notice a{
	color: #53999b;
}
.dashboard .recentEntries{
	padding-top: 3vh;
}