div { padding: 7px; }
body {
  background-image: url(skyline.jpg);
  background-repeat: repeat-x;
  background-color: black;
  font-family: sans-serif;
}
#header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#header li {
  float: left;
}
#header a:link, #header a:visited {
  display: block;
  width: 120px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #008181;
  text-align: center;
  padding: 4px;
  text-decoration: none;
  text-transform: uppercase;
}
#header a:hover, #header a:active {
  background-color: #60a6a8;
}
#content {
  background-color: white;
  width: 95%;
  max-width: 1050px;
  min-height: 420px;
  margin: 0 auto;
  padding: 2%;
  overflow: auto;
}
#content ul, ol {
  padding: 20px;
}
/*
TODO: Add different margin/class for wide screens.
margin-left: 7px;
*/
#content a:link, #content a:visited {
  color: #008181;
  text-decoration: none;
}
#content a:hover, #content a:active {
  color: #60a6a8;
}
.table th {
  padding: 1px 3px 1px 3px;
  vertical-align: bottom;
  border-top: 0px;
}
.table td {
  padding: 1px 3px 1px 3px;
  vertical-align: middle;
  border-top: 0px;
}
.header-row {
  background-color: #008181;
  color: white;
  font-weight: bold;
}
.history-row {
  cursor: pointer;
}

#top-bar {
  position: fixed;
  top: 0px;
  padding-left: 50px;
  background-color: #CCC;
  width: 100%;
  height: 40px;
  z-index: 5;
}
#title {
  text-transform: uppercase;
}
#title img {
  margin-top: -6px;
  margin-right: 3px;
}

.toggle-button {
  position: fixed;
  width: 44px;
  height: 40px;
  padding: 4px;
  transition: .25s;
  z-index: 15;
}
.toggle-button:hover {
  cursor: pointer;
}
.toggle-button .menu-bar {
  position: absolute;
  border-radius: 2px;
  padding: 0;
  width: 80%;
  transition: .5s;
}
.toggle-button .menu-bar-top {
  height: 4px;
  background-color: #555;
  top: 7px;
}
.toggle-button .menu-bar-middle {
  height: 4px;
  background-color: #555;
  margin-top: 7px;
  margin-bottom: 7px;
  top: 11px;
}
.toggle-button .menu-bar-bottom {
  height: 4px;
  background-color: #555;
  top: 29px;
}
.button-open .menu-bar-top {
  transform: rotate(45deg) translate(8px, 8px);
  transition: .5s;
}
.button-open .menu-bar-middle {
  transform: translate(230px);
  transition: .1s ease-in;
  opacity: 0;
}
.button-open .menu-bar-bottom {
  transform: rotate(-45deg) translate(8px, -7px);
  transition: .5s;
}

.menu-wrap {
    background-color: #BBBBBB;
    position: fixed;
    top: 0;
    height: 100%;
    width: 280px;
    margin-left: -280px;
    font-size: 1em;
    font-weight: 700;
    overflow: auto;
    transition: .25s;
    z-index: 10;
}
.menu-show {
    margin-left: 0;
    box-shadow: 4px 2px 15px 1px #B9ADAD;
}
.menu {
  margin-left: 9px;
}

.badge {
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  width: 1.618em;
  height: 1.618em;
  display: inline-block;
  text-shadow: 2px 2px 2px black;
  text-align: center;
}

.badge-6 {
  background-color: rgba(75,5,75,1);
}
.badge-5 {
  background-color: rgba(75,5,75,0.9);
}
.badge-4 {
  background-color: rgba(75,5,75,0.8);
}
.badge-3 {
  background-color: rgba(75,5,75,0.7);
}
.badge-2 {
  background-color: rgba(75,5,75,0.6);
}
.badge-1 {
  background-color: rgba(75,5,75,0.5);
}
.badge-0 {
  background-color: transparent;
  text-shadow: unset;
  color: transparent;
}

.indent {
  margin-left: 15px;
}

.indent::before {
  content: "*";
}

.italic {
  font-style: italic;
}

.links {
  line-height: 2.2;
  font-size: 1.2em;
}

.hidden {
  display: none;
}

.flex-row {
  display: flex;
  align-items: center;
}

.notice {
  font-style: italic;
  color: #449d44;
}

#serch {
  position: relative;
}

#sugs {
  padding: 0;
  position: absolute;
  background: #ddd;
  z-index: 1;
  cursor: pointer;
}

.stripe {
  background: #b8b8b8;
}

/* TODO Move this closer to where it belongs */
.div-tab {
  cursor: pointer;
}
