/**
 * style.css
 */

.error {
  color: red;
}

.hide {
  display: none;
}

.inactive {
  color: #aaa;
}

.nav {
  background-color: lightblue;
}
.nav .current {
  font-weight: bold;
  text-decoration: underline;
}

._debug_ {
  text-align: left;
  font-family: monospace;
  border: 1px solid #999;
  margin: 0.5rem;
  padding: 0.5rem;
  font-size: 1em;
  width: 90%;
  height: 30rem;
}

.wordBreak {
    word-break: break-all;
} 