.touchable {
	transition: color 0.2s linear, transform 0.15s ease-out, border-color 0.2s ease-out !important;
	cursor: pointer !important;
}

.touchable:hover {
	transform: scale(1.1) !important;
	filter:brightness(98%);
}

.touchable:active {
	filter:brightness(90%);
}