#header {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

#main {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

#nav {
  width: auto;
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.navopts {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid blue;
  padding: 6px;
  font-size: 1.25em;
}

.navopts a:hover {
  background: gold;
}

#content {
  margin-left: auto;
  float: none;
  display: inline-block;
  padding: 0px;
  padding-bottom: 40px;
  vertical-align: top;
  position: absolute;
}

#content > ul:first-of-type {
  margin-left: 0px;
}

.domopts {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid black;
  padding: 3px;
}

.hostopts {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid black;
  padding: 3px;
  font-size: 1.25em;
}

.hostopts a {
  margin-left: 4px;
}

.hostopts a:hover {
  background: gold;
}

.groupview > li {
  display: block;
  background-color: white;
  border: 4px solid #006600;
  float: left;
  padding-right: 6px;
  padding-left: 6px;
  margin-right: 8px;
  margin-bottom: 8px;
  margin-left: 5px !important;
}

#footer {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 100%;
  background-color: #a0bbc8;
  padding-left: 5px;
  text-align: right;
}
#footer p.tagline {
  text-align: right;
}

.nmu_trwtitle {
  background-color: yellow;
  text-align: center;
  font-weight: bold;
}

.twrlnams {
  cursor: pointer;
}
.twrlnams:hover {
  background: gold;
}
