.BikeModel {
  font-weight: bold;
  text-align: center;
}

.BikeIcon {
  margin-top: 20px;
  margin-left: 20px;
  cursor: pointer;
  float: left;
  width: 140px;
  padding: 6px;
  padding-bottom: 7px;
  border: solid 1px #ececec;
  border-bottom: solid white 3px;
  padding-bottom: 2px;
}

.BikeIcon:hover {
  cursor: pointer;
  border-bottom: solid #ae2028 3px;
  padding-bottom: 2px;	
}

a {
  text-decoration: none;
  color: black;
}