.active, .passive{
display: inline-block;
width: 88px;
text-decoration:none;
margin-left: 9px;
text-align: center;
margin-bottom: 15px;
border: 2px solid #a42d2e;
padding: 8px 10px;
font-weight: bold;
color: #a42d2e;
}

.active {
	background: #a42d2e;
	color: #fff;
	
}