/* Styling for items that are clickable (pointer hover thingy) */

.clickable:hover {
	cursor: pointer;
}

