html{
    
}

body {
    cursor:default;
    min-width: 900px;
    padding: 0px;
    margin: 0px;
     
}

root { 
    display: block;
}

.break
{
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;
}

.control 
{
    font-family: "Arial Black";
    position:absolute;
    right: 20px;
    color: #222;
    bottom: 20px;
    z-index: 1000;
    font-size: xx-small;
    width: auto;
    height:50px;
    text-align: center;
    background-color:lightskyblue;
    padding: 10px 10px 10px 25px;
    box-shadow: 5px 5px 10px rgba(90,90,90,0.85);
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
}

.controlitem
{
    
    cursor: pointer;
    border: 2px solid gray;
    padding: 2px 6px;
    background-color:lightgray;
}
.controlitem:hover
{
    border: 2px solid gray;
    padding: 2px 6px;
    background-color:whitesmoke;
    color: gray;
}

.controlstatus
{
    
}

#HIDE {
    position: absolute;
    left:0%;
    top:0%;
    height:100%;
    width: 20px;
    background-color: powderblue;
    color:#333;
    
    cursor: pointer;
    font-size: 3em;
        
}