.modal {
  display: none;
  width: 80%;
  height: 80%;
  overflow: auto;
  background: #fff;
  padding: 15px;
}

.modal a.close-modal {
  diplay: none;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url(../images/spinner.gif) #111 no-repeat center center;
}