.addressbutton {
  display: inline-block;
  width: 50%;
  max-width: none;
  min-width: 50%;
  font-family: 'open_sansbold';
  font-size: 15px !important;
  font-weight: normal !important;
  color: #337ab7;
  background:none;
  border:none;
  box-shadow: none;
}

.addressbutton:hover {
  display: inline-block;
  width: 50%;
  max-width: none;
  min-width: 50%;
  font-family: 'open_sansbold';
  font-size: 15px !important;
  text-decoration: underline;
  background:none;
  border:none;
  box-shadow: none;
}

.addressbuttonsmall {
  display: inline-block;
  width: 50%;
  max-width: none;
  min-width: 50%;
  font-family: 'open_sansbold';
  font-size: 10px !important;
  font-weight: normal !important;
  color: #337ab7;
  background:none;
  border:none;
  box-shadow: none;
  cursor: pointer;
}

.addressbuttonsmall:hover {
  display: inline-block;
  width: 50%;
  max-width: none;
  min-width: 50%;
  font-family: 'open_sansbold';
  font-size: 10px !important;
  text-decoration: underline;
  background:none;
  border:none;
  box-shadow: none;
}
.addressButton {
  margin-top: 10px;
}