.static table, .static tr, .static td { vertical-align:top }
.static td { padding-left:1em; }
.static ol { list-style-type:none }
.static ol.steps { list-style-type:decimal }
.static select { padding: .2em 0 .25em 0 }
.static .subtitle { font-style: italic; color: #777 }
.static .lightgreen { color:#0a0 }

.dropbtn {
    background: transparent;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {background-color: #ddd; border-bottom-style: none;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: rgb(0, 47, 80);}

header {
    background-color: rgb(0, 112, 192);
    width: 100\%;
    color: white;
    /* text-shadow: 2px 2px 3px rgb(0, 38, 65); */
    position: relative;
    left: 0;
}
main {
    margin: 1em;
}

body { font-family: Georgia, 'Times New Roman', Times, serif; padding-top:0; margin-top:0; margin-left:0; }
button { font-family: Georgia, 'Times New Roman', Times, serif; }
a { text-decoration:none; color:blue }
a:hover { border-bottom-style:dotted; border-bottom-width:1px; color:blue }
a.img:hover { border-bottom-style:none; }