.mec-address {
  float: left;
}
.mec-edit {
  float: right;
}
.mec-wrap .mec-edit .button {
  margin: 0;
  font-family: 'SF UI Text', sans-serif;
  text-transform: none;
  min-height: auto;
}
.mec-wrap .mec-edit .button.edit {
  margin-right: 5px;
}
.mec-wrap .mec-edit .button.delete {
  border-color: #6d6d6d;
  background-color: #6d6d6d;
}
.mec-wrap .mec-edit .button:focus,
.mec-wrap .mec-edit .button:hover {
  border-color: #ca2c92;
  background-color: #ca2c92;
  text-decoration: none;
}
