.page {
  padding: 15px 0 0;
}

.bmd-modalButton {
  
}

.close-button {
  overflow: hidden;
}

.bmd-modalContent {
  box-shadow: none;
  background-color: white;
  border: 0;
}
  
.bmd-modalContent .close {
  font-size: 40px;
  text-shadow: none;
  opacity: .7;
  color:#111;
}

.bmd-modalContent .close span {
  display: block;
}

.bmd-modalContent .close:hover,
.bmd-modalContent .close:focus {
  opacity: 1;
  outline: none;
}

.bmd-modalContent iframe {
  display: block;
  margin: 0 auto;
}


.modal-dialog {
    margin: 30px auto;
    width: 60% !important;
}