.hidden {
	display: none;
}

.invisible {
	visibility: hidden;
}

.highlighted {
	background-color: lighten($color-base, 10);
	color: white;
	opacity: 0.8;
	&:hover { opacity: 1; }
	cursor: pointer;
	border-radius: 6px;
	margin-top: 30px;
}

.fill-parent {
	width: 100%;
	height: 100%;
}