body{
    font:  13px arial;
    overflow: auto;
}
#canvas{
    position: absolute;
    background-color: white;
    border:1px solid powderblue;
    z-index: 1;
}
#canvas2{
    position: absolute;
    background-color: transparent;
    z-index: 2;
}
#mouspos {
    border: 2px solid blue;
    border-radius: 5px;
    background-color: rgba(255, 255, 0, 0.6);
    position: absolute;
    display: none;
    z-index: 3;
}
#okbut {
    width: 50px;
    height: 30px;
    text-align: center;
    border-radius: 5px;
    background-color: rgba(0, 0, 255, 0.6);
    color: rgba(255, 255, 0, 0.6);
    border: 2px solid rgba(255, 255, 0, 0.6);
    position: absolute;
    cursor: pointer;
    display: none;
    z-index: 4;
    padding: 0px;
}

#rad, #deg{
    float: none;
    padding: 0px;
}
#tdrad, #tddeg{
    padding: 0px;
}
.nmbr{
    width: 30px;
    padding: 0px;
    border:2px solid powderblue;
    border-radius: 5px;
    cursor: pointer;
}
.wht {
    background-color: rgba(255, 255, 255, 0.6);
}
button, #selColor, #selColorder, #selColorint{
    cursor: pointer;
    border-radius: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#backw, #forw{
    visibility: hidden;
}

input[type="number"] {
    width: 40px;
    padding: 0px;
}

input[type="color"] {
    width: 40px;
    /* height: 15px;
    padding: 2px; */
    border: none;
}
#bestnaam {
    width: 100px;
    padding: 0px;
}
#inpuf, #inpug, #inpvarsf, #inpvarsg{
    width: 100px;
    padding: 0px;
    font-size: 15px;
}

#annu2, #annu3 {
    text-align: right;
    cursor: pointer;
}
#tblfuncsg, #tblfuncsf, #tblpow{
    position: absolute;
    border-radius: 5px;
    border: 2px solid rgb(0, 0, 255);
    display: none;
    z-index: 10;
    background-color: rgba(245, 246, 167, 0.6);
    width: auto;
}
#movtblfuncsf{
    width: 20px;
}
#tblpow{ 
    border-spacing: 5px;
}
#tblpow td{
    text-align: center;
    border-radius: 3px;
    border: 1px solid black;
    cursor: pointer;
    background-color: rgba(216, 216, 216, 0.6);
}
#tblexamples3, #tblexamples2, #tblexamples1{
    position: absolute;
    border: 2px solid rgb(0, 0, 255);
    border-radius: 5px;
    background-color: rgba(200, 219, 253, 0.6);
    display: none;
    z-index: 10;
    /* font:  10px arial; */
    width: auto;
    border-spacing: 0;
}
.tblexample td{
    border-right: 1px solid black;
    text-align: center;
}
.example{
    cursor: pointer;   
}

.r1 {
    background-color: rgba(243, 250, 146, 0.6);
    text-align: center;
}

.fie, .fih, .ofie, .delet, .clos, .pow{
    cursor: pointer;   
}

.fie:hover, .ofie:hover, .menuitem:hover, .example:hover{
    background-color: rgba(10, 245, 108, 0.6);
}
.delet:hover {
    background-color: rgba(245, 37, 10, 0.6);
}
.clos{
    font-size: 18px;       
    float: right;
}
#tdmove{
    width: 70px;
}
.mov{    
    cursor: move;
    background-color: rgb(169, 220, 224, 0.6);
    border-radius: 5px;
    border: 2px solid rgb(0, 0, 255);
}
.butfile{
    background-color: rgb(217, 240, 155, 0.6);
}
.butgra{
    background-color: rgba(113, 201, 251, 0.6);
}

.clr, #butclrgra {
    background-color: rgb(240, 196, 155, 0.6);
}

/* , #tbldraw */
#tblinpt, #tblgrid, #tblopen, #tblsave, #tblpict, #tblwdcv, #tblhist, #tblsizes, #tblcifers {
    position: absolute;
    display: none;
    border-radius: 5px;
    border: 2px solid rgb(0, 0, 255);
    z-index: 10;
    background-color: rgba(218, 218, 218, 0.6);
    width: auto;
}
#tblmenu {
    position: absolute;
    display: none;
    border-radius: 5px;
    border: 2px solid rgb(0, 0, 255);
    z-index: 15;
    background-color: rgba(218, 218, 218);
    width: auto;
}
#tblsizes td {
    padding: 5px;
    border-radius: 5px;
    background-color: rgba(240, 240, 240, 0.6);
}
#tblcifers {
    z-index: 15;
    width: 120px;
    height: 200px;
}
#tblcifers td {
    border-radius: 5px;
    border: 2px solid rgb(0, 0, 255);
    background-color: rgba(255, 255, 0, 0.6);
    padding: 2px;
    cursor: pointer;
    text-align: center;
    width: 33%;
    height: 30px;
}
#tblcifers td:hover {
    background-color: rgb(10, 245, 128, 0.6);
}
#sizecanvasw, #sizecanvash, #sizeok {
    border: 2px solid rgb(0, 0, 255, 0.6);
}
#sizeok {
    visibility: hidden;
}

/* , #tbldraw */
#tblmenu0, .menuitem{
    cursor: pointer;   
}
#tblmenu0{
    position: absolute;
    z-index: 15;
}
#tblmenu0 td {
    border: 2px solid black;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 2px;
}
#tblmenu td {
    height: 20px;
    padding: 4px;
}

.scr {
    cursor: pointer;
    position: fixed;
    z-index: 20;
    display: none;
}

#plus, #min {
    border: 2px solid black;
    border-radius: 50%;
    text-align: center;
    font: bold 16px arial; 
    margin: 0px;
    padding: 0px;
    background-color: rgba(211, 211, 211, 0.6);
    cursor: pointer;
    width: 24px;
}

#mtblinpt, #mtbldraw, #mtblgrid {
    font-size: 10px; 
    text-align: right;
}

#newfunc, #newtbldraw{
    display: none;

}
#tbldrawtd1{
    padding: 0px;
}