body {
  font-family: sans-serif;
}

/* Make content area fill the entire browser window */
html,
.fullscreen {
  /* display: flex; */
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

button.LinkButton {
  margin: 0 3px 0 0;
  font: 12px Georgia, monospace;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  text-decoration: none;
  padding: 2px;
  border-color: #666;
  background-color: #666;
  color: #eee;
}

button.LinkButtonActive {
  margin: 0 3px 0 0;
  font: 12px Georgia, monospace;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  text-decoration: none;
  padding: 2px;
  border-color: #666;
  background-color: #eee;
  color: #666;
}
