/*
----------------------------------------
Filename:    structurepublic.css
Last update: 4-5-2020
----------------------------------------
*/
a.hidden:link {
    text-decoration: none;
}
div#bottom { /* bottom containts the website area between the header and footer components. */
}
div#footer { /* footer does not need height attributes. */
    width: 100%;
    text-align: center;
    padding-top: 0.5em;
}
div#headertop {
    margin-right: 1em;
    margin-top: 1em;
    float: right;
}
div#login {
  width: 15em;
  margin-top: 1em;
}
div#loginreq {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  width: 50%;
}
div#main { /* main is the top level container for the website. */
}
div#menuv {
  margin-top: 0.8em;
}
div#navblock {
  margin-left: 1.0em;
  float: left;
}
div#top { /* top contains the header and navigation components. */
    padding: 0;
    border: 0;
    margin: 0;
    width: 100%;
    height: auto;
}
div#topmobile { /* top contains the header and navigation components. */
    padding: 0;
    border: 0;
    margin: 0;
    overflow: auto;
}
div.headercontent {
    margin: 0.2em 0.4em;
    float: left;
}
div.headercontentrt {
    margin: 0.2em 0.4em;
    padding-top: 0.2em;
}
div.menurow {
    padding-bottom: 1.0em;
    clear: both;
}
div.mobile {
    margin-left: 1.0em;
}
li.mobile { 
    margin: 1.0em;
    list-style: none;
}
p.footer {
    font-family: Palatino, Times, serif;
    font-weight: normal;
    font-style: normal;
    font-size: 0.7em;
    color: #444444;
}
span.mobile {
    display: inherit;
}