body
{
  background-color: #000000;
  color: #00ff00;
}

div {
}
div.main {
  position: absolute;
  top: 108px;
  left: 118px;
  z-index: 0;
}
div.sidebar {
  position: fixed;
  top: 108px;
  left: 0px;
  width: 110px;
  padding-left: 7px;
  z-index: 0;
}
div.header {
  background-color: inherit;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding-top: 7px;
  padding-left: 7px;
  z-index: 1;
}
div.header a {
  text-decoration: none;
}

a {
  color: #00ff00;
}
a.radio {
  color: #00ffff;
}
a:visited {
  color: #ffffff;
}

ul.sidebar {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
li#selected {
    color: #ffffff;
}

p.copyright {
  font-size: small;
}

h2 {
  margin-left: 10px;
  border-bottom: 1px solid #00ff00;
  width: 700px;
}

/* Brickwars table layout */
div.bwstattable {
  display: table;
  border-collapse: collapse;
  border: 1px solid #00ff00;
}
div.bwstatrow {
  display: table-row;
}
div.bwstatname {
  display: table-cell;
  font-weight: bold;
  padding: 0px 5px 0px 5px;
  border: solid #00ff00;
  border-width: 1px 0px 1px 0px;
}
div.bwstatcontent {
  display: table-cell;
  padding: 0px 5px 0px 5px;
  border: solid #00ff00;
  border-width: 1px 0px 1px 0px;
}

/* Code webpage table layout */
div.codetable {
  display: table;
  /*border-collapse: collapse;*/
  border: 1px solid #00ff00;
  padding: 5px;
  margin: 0px 5px 5px 0px;
}
div.codetable p.title {
  display: caption;
  font-weight: bold;
}
div.codetable p.codeblock {
  font-family: monospace;
  /* text-indent: 1em; */
  padding-left: 1em;
}
div.coderow {
  display: table-row;
}
div.codecontent {
  diplay: table-cell;
}
