body {
  background-color: #000000;
  font-family: sans-serif;
  cursor:default;
  color: white;

  min-height: 90%;
}

a:link {
  color: #66ff66;
}
a:hove {
  color: #ffff66;
}
a:visited {
  color: #99ff99;
}

.wrapper {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  max-width: 768px;
  align-self: center;
  height:90%;
  float: center;
}

.thingdiv {
  margin-left: 10px;
  margin-top: 10px;
}

.menuItem {
  border-style: solid;
  border-width: thin;
  border-color: #d8ff00;
  font-size: 12pt;
  align-items: center;
  padding: 4px;
  margin-left: 4px;
  margin-right: 4px;
}

.menuItem:hover {
  border-color: #0000ff;
}

.menuItem.selected {
  border-color: #ffffff;
}

.content {
  border-style: solid;
  border-width: thin;
  border-color: #d8ff00;
  padding: 10px;
  align-items: center;
  height: 90%;
  overflow-y:scroll;
}

/*@media screen and (max-height:1024px) and (max-width:768px) {
  body {
    background-color: #ff0000;
    font-family: monospace;
    cursor:default;
    color: white;
  }*/

}
