html, body {
    height: 100%;
    margin: 0;
    font-size: 11pt;
    font-family: Arial;
}

select {
    height:24px; 
    } 

label.myLabel input[type="file"] {
    position:absolute;
    top: -1000px;
    }
.myLabel {
    border: 1px solid #AAA;
    border-radius: 0px;
    padding: 2px 5px;
    margin: 2px;
    background: #DDD;
    display: inline-block;
    font-size: 10pt;
    }
    

/* input,select,button {
    height:25px; 
    font-size: 12pt;} */
/* td {transform: scale(1.4);} */

#editor {
display: flex;
width: 100%;
height: 100%;
}

#bedienung {
background: #f0e68c;
padding: 10px;
}

#canv {
width: 100%;
height: 100%;
display: block;
}

.gutter {
    background-color: #696969;
    background-repeat: no-repeat;
    background-position: 50%;
}

.gutter.gutter-horizontal {
    cursor: ew-resize;
    background-image:  url('../lib/vertical.png');
}

#gui { 
    position: absolute; top: 2px; left: 2px }
