body {
  background-color: black;
  color: white;
  margin: 10px 1em 2em 1em;
}

a { color: orange; }

img {
  border: none;
}

h1{
  font-size: 18pt;
}

h2{
  font-size: 14pt;
}

ul{
  margin: 0.5em;
  padding: 0 0.5em 0 0.5em;
}
li{
  margin-bottom: 0.5em;
}

fieldset{
  padding: 0.2em 0.2em 0.2em 1em;
  margin-top: 0.5em;
}

legend{
  color: #888;
  font-weight: bold;
}

.item-title {
  font-weight: bold;
}
.item-option {
  font-size: small;
  color: #eeee99;
}

.item-body {
  display: block;
  margin-bottom: 0.5em;
  padding: 4px 10px;
}

table {
  border-collapse: collapse;
}
td, th {
  border: 1px solid gray;
  padding: 0.2em;
}
.link {
  text-decoration: underline;
  cursor: pointer;
}

.indent {
  padding-left: 1em;
  padding-right: 1em;
}
.game-box {
  border-bottom: white 1px dotted;
  padding: 10px;
}
.game-box > .title {
  text-decoration: underline;
}
.game-box > .description {
  padding: 0.5em;
}
.game-box > .tool, .game-box > .publish {
  font-size: small;
}
.game-box > .download:before {
  content: ">> ";
}
.game-box > .download:after {
  content: " <<";
}
.game-box > .download{
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}