h1 {
    text-align: left;
    font-size: 240%;
}

.top-level {
    display: flex;
}

.lhs, .rhs {
    flex-wrap: wrap;
}

.left-container {
    width: 610px;
}

.code-parent {
    width: auto;
}

.code-display {
    height:900;
    white-space:pre;
    word-wrap: break-word;
    display: block;
    overflow-x: scroll;
}

.demo-top {
    text-align: center;
}

.demo-selection {
    margin: auto;
    display: inline;
}

.demo-container {
    width: 220px;
    height: 254px;
    margin: 2px;
    float: left;
}

.demo-title {
    text-align: center;
    font-family: Georgia;
    font-size: 22px;
}

.about {
    margin-top: 10px;
    margin-left: 8px;
    margin-right: 32px;
    font-family: Helvetica;
    font-size: 110%;
}

.talk {
    margin-top: 10px;
    margin-left: 8px;
    margin-right: 32px;
    font-family: Helvetica;
    font-size: 110%;
}

.prose {
    font-family: Helvetica;
    font-size: 110%;
    width: 80%;
    margin: auto;
}

.component-label {
  font-family: Arial;
  font-size: 80%;
}

.component-wrapper {
  width: 142px;
  float: left;
  padding: 6px;
  margin: 2px;
  background-color: #ccc;
  border: solid 1px #888;
}

#palette-display, #tileset-display {
  border: solid 1px #888;
}

.inspector-detail {
  font-family: Arial;
  font-size: 80%;
  font-weight: bold;
}

.checkbox-adjust {
  position: relative;
  top: 2px;
  left: -6px;
}
