.clickable:hover{
	cursor: pointer;
	background-color: darkgrey;
}
.clickable a{
	text-decoration: none;
}

.disabled{
	background-color: lightgrey;
	color: darkgrey;
}

.highlighted{
	color: white;
	background-color: black;
}

.highlightshadow{
    padding: 10px;
    box-shadow: 8px 8px 3px black;
	border: 8px solid black;
}