body {
    height: 100%;
}

footer {
    width: 100vw;
    text-align: right;
    border-top: 1px solid #ddd;
    padding: 8px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #e6e6e6;
}

ul.submenu {
    width: 300px;
}


fieldset {
    background-color: #CCC;
    max-width: 500px;
    padding: 16px;
    border-style: outset;
    display: table;
}

fieldset legend {
    background: #CCCCCC;
    color: white;
    position: relative;
    top: -9px;
    left: 0px;
    padding: 5px 20px;
    /*font-size: 110%;*/
    font-weight: bolder;
    border-radius: 3px 3px 0 0;
}

tbody td {
    padding: 2px;
}


#topbar {
    /*    background-color: #e5e5f7;
        opacity: 0.1;
        background: linear-gradient(135deg, #444cf755 25%, transparent 25%) -10px 0/ 20px 20px, linear-gradient(225deg, #444cf7 25%, transparent 25%) -10px 0/ 20px 20px, linear-gradient(315deg, #444cf755 25%, transparent 25%) 0px 0/ 20px 20px, linear-gradient(45deg, #444cf7 25%, #e5e5f7 25%) 0px 0/ 20px 20px;
    */
}



