#text-editor-wrapper {
  background: rgba(48, 48, 48, 0.8);
  overflow: hidden; }
  #text-editor-wrapper h1.title:before {
    content: 'Current Item: '; }
  #text-editor-wrapper button.close {
    position: absolute;
    top: 0.4em;
    right: 0.6em; }
  #text-editor-wrapper textarea {
    width: 98.83%;
    height: 80%;
    resize: none;
    background-color: rgba(48, 48, 48, 0.8);
    color: #c1c1c1;
    border-color: #5e5e5e;
    border-radius: 4px; }
    #text-editor-wrapper textarea::-webkit-scrollbar-thumb {
      border-radius: 6px;
      border-color: #303030; }
  #text-editor-wrapper div#notify-area {
    background: #5e5e5e;
    color: #b4b4b4;
    position: absolute;
    bottom: -12%;
    width: 97%;
    padding: 0.25em 0;
    opacity: 0;
    transition: opacity 0.5s, bottom 0.5s; }
    #text-editor-wrapper div#notify-area.visible {
      opacity: 1;
      bottom: 12%; }
  @media (max-height: 599px) and (orientation: landscape) {
    #text-editor-wrapper > div:last-of-type {
      position: absolute;
      bottom: 8px; } }

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