body{
    font:  13px arial;
}

.clos{
    cursor: pointer;   
    font-size: 18px;       
    float: right;
}

.mov{    
    cursor: move;
    background-color: rgb(169, 220, 224);
    border-radius: 4px;
    border: 2px solid rgb(0, 0, 255);
}

#tblmenu0 {
    z-index: 20;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    cursor: pointer;   
}
#tblmenu0 td {
    border-radius: 50%;
    border: 2px solid black;
    background-color: white;
    width: 10px;
    height: 10px;
}

#tblmenu, #tblsmenu1 {
    display: none;
    border-radius: 4px;
    border: 1px solid rgb(0, 0, 255);
    z-index: 20;
    width: auto;
}
#tblmenu {
    position: absolute;
    background-color: rgb(220, 220, 220);
}
#tblsmenu1 {
    display: none;
    background-color: rgb(190, 190, 190);
}
.menuitem, .smenu1item{
    cursor: pointer;   
    vertical-align: text-top;
}
.menuitem:hover{
    background-color: rgba(10, 245, 108, 0.4);
}
.smenu1item:hover{
    background-color: rgba(10, 194, 245, 0.6);
}

#tbl1, #tbl2 {
    position: absolute;
    border-radius: 4px;
    border: 2px solid rgb(0, 0, 255);
    background-color: rgba(218, 218, 218);
    display: none;
}
#tbl1 {
    width: 150px;
    height: 50px;
}

#tbl2 {
    width: 200px;
    height: 80px;
}

#div1 {
    position: absolute;
    border-radius: 4px;
    border: 1px solid rgb(0, 0, 255);
    background-color: rgb(246, 247, 188);
    display: none;
}
#div1a {
    width: 94%;
    height: 20px;
    border-radius: 4px;
    border: 2px solid rgb(0, 0, 255);
    background-color: rgb(188, 223, 247);
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
}

#txta2, #txta3 {
    width: 94%;
    resize:vertical;  
}
textarea, button {
    margin: 1px;
}