.contact_opts .contact_cell {
  text-align:center;
}

@media only screen and (min-width: 1201px) {
  .template-team #team_contact .contact_opts .contact_cell,
  .template-team #team_contact .contact_opts .contact_open {
    text-align:left;
  }
}

.exitopts {
  width:204px;
}

.exitopts:nth-of-type(2) {
  margin-right: 0;
}

@media only screen and (max-width: 500px) {
  .exitopts {
    width: calc(50% - 4px);
  }
}