.polly-modal-container,
.trumbowyg-box .trumbowyg-overlay {
  font-family: 'Roboto, sans-serif';
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  z-index: 99999;
  border: 0px !important;
}
.polly-modal-content,
.trumbowyg-box .trumbowyg-modal {
  z-index: 99999;
  text-align: left;
  width: 90%;
  max-width: 570px;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 18%;
  -webkit-box-shadow: 2px 2px 18px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 18px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 18px -5px rgba(0, 0, 0, 0.75);
  overflow: auto;
  font-family: 'Roboto', sans-serif;
}
.polly-modal-content h3,
.trumbowyg-box .trumbowyg-modal h3 {
  font-size: 19px;
  margin-top: 10px;
  margin-bottom: 1em;
}
.closeButton {
  position: absolute;
  font-size: 60px;
  color: #fff;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.modal_buttons {
  background-color: #eee;
  padding: 1em;
  overflow: auto;
}
.modal_buttons button {
  margin-right: 0.5em;
}
.modal_buttons button.js-cancel {
  margin-right: 0em;
  float: right;
}
.modal_text {
  padding: 2em;
}
