body {
  background-color: #000;
  margin: 30px 15px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
body .main__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .main__container .page__heading {
  color: red;
}
body .main__container .unformatted__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .main__container .unformatted__container .tox.tox-tinymce {
  height: 600px !important;
  width: 75%;
}
body .main__container .unformatted__container .tox.tox-tinymce .tox-promotion, body .main__container .unformatted__container .tox.tox-tinymce .tox-statusbar__branding {
  display: none !important;
}
body .main__container .format {
  margin: 30px 0px;
  padding: 8px;
  height: 70px;
  width: 250px;
  font-weight: bold;
  letter-spacing: 0.065em;
  cursor: pointer;
  background-color: rgb(9, 197, 44);
  border: none;
  color: #fff;
  font-size: 25px;
  text-shadow: 1px 1px 3px black;
  border-radius: 10px;
}
body .main__container .format:hover {
  -webkit-filter: contrast(65%);
          filter: contrast(65%);
}
body .main__container .delete {
  cursor: not-allowed;
  background-color: red;
  margin: 30px 0px;
  padding: 8px;
  height: 70px;
  width: 250px;
  font-weight: bold;
  letter-spacing: 0.065em;
  border: none;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  text-shadow: 1px 1px 3px black;
  border-radius: 10px;
}
body .main__container .delete:hover {
  -webkit-filter: contrast(65%);
          filter: contrast(65%);
}
body .main__container .inactive {
  cursor: not-allowed !important;
  background-color: grey !important;
}
body .preview {
  width: 100%;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .preview #formatted__textarea {
  width: 75%;
  background-color: transparent;
  border: 1px solid gray;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */