/* Dashboard layout is owned by the shared frontend contract in shared-app.css. */
.kl-dashboard-clickable{
	cursor:pointer;
	color:inherit;
	transition:border-color .15s ease,box-shadow .15s ease;
}

a.kl-dashboard-clickable{
	text-decoration:none;
}
