span.Pagination a:hover {
	color: #E80415;
}

.Actions li a {
	border-bottom: 0px solid transparent;
	text-decoration: none;
	-webkit-transition: border-color ease 0.5s, color ease 0.5s;
	-moz-transition: border-color ease 0.5s, color ease 0.5s;
	transition: border-color ease 0.5s, color ease 0.5s;
}

.Actions li a:hover {
	color: #CF2027;
	border-bottom: 1px solid #CF2027;
    	text-decoration: none;
}

