a.iconn {
position: relative;
display: block;
}
.build{
color: #ffffff;
/* background: #656565; */
background: linear-gradient(to top, rgba(101, 101, 101, 0.53) 0%, #656565 36%, rgba(101, 101, 101, 0.53) 100%);
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
text-align: center;
text-decoration: none;
padding: 5px 10px 5px 15px;
float: left;
text-shadow: 0px 1px 2px black;
letter-spacing: 4px;
}
.passing{
color: #ffffff;
/* background: #58cd28; */
background: linear-gradient(to top, rgba(88, 205, 40, 0.53) 0%, #58cd28 36%, rgba(88, 205, 40, 0.53) 100%);
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
text-align: center;
text-decoration: none;
padding: 5px 10px 5px 10px;
float: left;
text-shadow: 0px 1px 2px black;
letter-spacing: 4px;
}