.uk-open > .uk-modal-dialog {
  opacity: 1;
  transform: translateY(0);
  width: 100vw;
  height: 90vh;
  background: black;
  color: white !important;
  text-align: center;
  font-size: 2rem;
  position: relative;
}
.uk-open > .uk-modal-dialog em, .uk-open > .uk-modal-dialog h2 {
  color: white !important;
}
.uk-open > .uk-modal-dialog svg {
  height: 20px;
  width: 20px;
}

#buttonBar {
  list-style-type: none;
}

#teleprompterContainer {
  overflow: hidden;
  height: 100%;
}

#buttonBar {
  top: 20px;
  right: 20px;
  position: absolute;
}

#buttonBar .uk-button:hover {
  background: rgba(255, 255, 255, 0.8);
}

/*# sourceMappingURL=custom.css.map */
