.cursor {
	cursor:hand;
	cursor:pointer;
}
hr {
	margin-top:0px;
	margin-bottom:0px;
}
a:hover {
	text-decoration:none;
}
  
.special_hover {
	transition: box-shadow 0.2s, transform 0.2s;
  }
.special_hover:hover {
	transform: translateY(-4px);
	opacity: 1;
  }