.active, .passive{
display: inline-block;
width: 175px;
text-decoration:none;
margin-left: 5px;
text-align: center;
margin-bottom: 15px;
border: 2px solid #a42d2e;
padding: 7px 7px;
font-weight: bold;
color: #a42d2e;
 box-shadow: 0 5px 8px 0 rgba(0,0,0,0.11);
 border-radius: 10px;
}

.active {
	background: #a42d2e;
	color: #fff;
	
}