.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rotateright{
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.rotateleft{
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

sup,
sub {
    font-size: 0.7rem;
}


h1,
h2,
h3 {
    margin-top: 0px ;
    margin-bottom: 0px ;
}

h1 {
    color: red;
    font-size: 1.6rem;
}

h2 {
    color: yellow;
    font-size: 1.4rem;
}

h3 {
    color: green;
    font-size: 1.2rem;
}





html, body {
    width: device-width;
    height: 100%;
    background-color: #000000;
    color: #ffffff;
}


.title,
.scroll,
.videobox {
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}


#content {
    position: fixed;
    z-index: 1;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

.title {
    position: fixed;
    z-index: 2;
    font-size: 40px;
    top: 0;
    right: 0%;
    left: 0%;
    pointer-events: none;
    /*margin: 6px, 6px;*/
    padding: 7px;
    height: 40px;
    border: 3px solid #aa7942;
    background-color: #000000;
    /*border: 3px solid #415dae;*/
}

.edit_element,
.scroll{
    top: 60px;
    right: 0px;
    left: 0px;
    bottom: 0%;
}

.edit_element {
    position: fixed;
    overflow-y: hidden;
    font-size: 50px;
}

.scroll {
    font-family: 'Times New Roman', serif;
    position: fixed;
    z-index: 2;
    margin: 0px, 0px;
    border: 3px solid #FCC200;
    padding: 10px;
    background-color: #000000;
    scroll-behaviour: smooth;
    overflow-x: wrap;
    overflow-y: auto;
    -webkit-hyphens: auto;
}

.videobox {
    position: fixed;
    display: none;
    z-index: 3;
    top: 60px;
    right: 0%;
    margin: 0px, 0px;
    border: 3px solid #2173AD;
    padding: 10px;
    background-color: #000000;
    text-align: left;
    scroll-behaviour: smooth;
    overflow-x: wrap;
    overflow-y: auto;
    -webkit-hyphens: auto;
};

p {
    padding-bottom: 0px;
    margin-top: 3px ;
    margin-bottom: 3px ;
}

li {
    padding-bottom: 0.3px;
    padding-right:  0.0ex;
    padding-left:   0.0ex;
}

ul {
  margin-top:   0.5ex;
  margin-left:  0.5ex;
  list-style-position: outside;
}

ol {
  margin-top:   0.5ex;
  margin-left:  1.2ex;
  list-style-position: outside;
}

.textwrapper
{
    position: fixed;
    display: none;
    top: 60px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    touch-action: none;
    border:1px solid #999999;
    z-index: 6;
}

textarea {
    font-family: 'Courier New', monospace;
    position: fixed;
    top: 60px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 7;

    font-size: 20px;
    /*padding: 12px;*/
    resize: none;
    outline: none;
    overflow-wrap: break-word;
    background-color: #EEDDCC;
    color: #000000;
    border: 3px solid #AD7321;
    /*border: 3px solid #7AFF01;*/
}



::-moz-selection {
    color: rgba(255,255,0,0.5);
    background-color: rgba(255,0,0,0.5);
}
::selection {
    color: rgba(0,0,255,0.5);
    background-color: rgba(255,0,0,0.5);
}

button {
    position: fixed;
    touch-action: none;
    border-radius: 30px;
    outline: none;
    z-index: 5;
    font-size: 20px;
    /*background-color: #AD732177; rgba(0,0,0,0.3);*/
    background-color: #3A260B99;

    color: #ffffff;
    height: 50px;
    border-width: 2px;
    padding: 0;
    border-color: #AD7321;
    
}



#STOP-button,
#PLAY-button,
#PAUSE-button,
#UP-button,
#DOWN-button,
#save-button {
    width: 70px;
    font-size: 30px;
}

#PAUSE-button {
    font-size: 15px;
    display:block;
    right: 90px;
    bottom: 10px;
}

#PLAY-button {
    display:block;
    right: 90px;
    bottom: 10px;
}

#STOP-button {
    display:block;
    left: 10px;
    bottom: 10px;
}

#UP-button {
    display:block;
    right: 10px;
    bottom: 10px;
}

#DOWN-button {
    display:block;
    right: 170px;
    bottom: 10px;
}

#save-button {
    display:none;
    top: 5px;
    left: 6%;
    padding: 0;
}

#download-button,
#upload-button {
    top: 5px;
    width: 50px;
    padding: 0;
}

#download-button {
    display:block;
    left: 6%;
    background: url(download.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    /*background-color: #AD732177;/* rgba(0,0,0,0.3);*/
    background-color: #3A260B99;
}


#upload-button {
    display:none;
    left: 30%;
    background: url(upload.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    /*background-color: #AD732177;/* rgba(0,0,0,0.3);*/
    background-color: #3A260B99;
}

#full-screen-button {
    display:none;
    top: 5px;
    left: 30%;
    width: 50px;
}

#edit-button {
    display: block;
    right: 6%;
    top: 5px;
    width: 60px;
    font-size: 30px;
    padding: 0;
}

#cancel-button {
    display: none;
    right: 6%;
    top: 5px;
    width: 60px;
    font-size: 40px;
}


#increase-button{
    display: block;
    left: 6%;
    top: 75px;
    width: 50px;
    font-size: 40px;
    padding: 0;
}

#decrease-button {
    display: block;
    right: 6%;
    top: 75px;
    width: 50px;
    font-size: 40px;
    padding: 0;
}

#info-button {
    display: block;
    right: 30%;
    top: 5px;
    width: 50px;
    font-size: 30px;
    padding: 0;
}

#flip-button {
    display:block;
    right: 10px;
    bottom: 100px;
    width: 70px;
    padding: 0;
}
