/* __PUBLISH__ */

/* bugs new etherpad is impossible to scroll and type spaces (sometimes!?) on all ios versions and iphones: trying to fix with css below */

 #outerdocbody #editorcontainer{
    -webkit-overflow-scrolling: touch;
  }


#outerdocbody iframe {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    padding: 12px;
}

body.doesWrap {
    color: black;
}


@font-face{
}

#innerdocbody {
    font-family: "unscii", monospace !important;
    background: white;
    margin: 0 auto;
    /*width: 84ch;*/
}

html {  
    font-family: 'unscii', Fallback, monospace !important;
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

span {
    /*width: 80ch;*/
}

#innerdocbody span {
    background: linear-gradient(124deg, #f4b6ac, #ff7e7e, #fff6d8, #ffeaa7, #b3ffc0, #cffcff, #bbb6fd, #f9c0ff, #d3d3d3); 
}

#sidediv {
    background: lightblue;
}

.toolbar {
    background-color: #ffffa9;
}

#chattext p {
    background: whitesmoke;
    color: black;
}