.city_popup .modal-header button.action-close {
  display: none;
}
.modal-popup .modal-inner-wrap {
  width: 420px;
}
#locations-buttons li {
  list-style: none;
  text-align: center;
  background-color: #0e4194;
  line-height: 60px;
}

#locations-buttons li a {
  text-decoration: none;
  color: #ffffff;
  display: block;
}
#locations-buttons li a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #00b0e0;
  cursor: pointer;
}
ul#locations-buttons li:not(:last-child) {
  margin-bottom: 20px;
}
ul#locations-buttons {
  margin-right: 2.6rem;
  margin-top: 1.6rem;
}
