body {
  /* background-color: #def28c; */
  /* background-color: #a8b0b8; */
  /* background-color: #eefff8; */
  /* background-color: #fff8dd; */
  background-color: #fffcf0;
  /* color: #663322; */
  /* background-color: #004040;
  color: #ffffff; */
  /* background-color: #1f1f1f;
  color: #e3e3e3; */
}

/* a:link {
  color: #cc6600;
}

a:visited {
  color: #666666;
}

a:active {
  color: #ff3300;
} */

/* a:link {
  color: #0066cc;
}

a:visited {
  color: #603060;
}

a:active {
  color: #aa0000;
} */

/* a:link {
  color: #eeffee;
}

a:visited {
  color: #dddddd;
}

a:active {
  color: #ff0000;
} */

/* a {
  color: #a8c7fa;
}

a:hover {
  color: #d3e3fd;
}

#subtitle {
  font-size: 0.8125em;
} */

hr {
  /* border-color: #663322; */
  border-color: #996633;
}

#postForm {
  display: table;
  width: 480px;
  max-width: calc(100% - 8px);
}

#postForm label {
  margin-right: 0.25em;
}

#postForm select {
  margin-right: 0.75em;
  max-width: 16em;
}

#postForm #name {
  width: 100%;
  max-width: 6em;
}

#postFormRow1,
#postFormRow2,
#postFormRow3 {
  text-align: center;
}

#postForm #comment {
  width: 100%;
  width: calc(100% - 8px);
}

#postForm #writeButton,
#postForm #modifyButton,
#postForm #clearButton {
  margin-right: 1em;
}

#postForm #newactor {
  width: 100%;
  max-width: 10em;
}

.inputBlock {
  display: inline-block;
}

.switchformTop {
  text-align: right;
}

#switchform label {
  margin-right: 0.25em;
}

@media screen and (max-device-width: 480px) {
  #postFormRow1,
  #postFormRow2,
  #postFormRow3 {
    margin-bottom: 1em;
  }

  #postForm select {
    max-width: initial;
  }

  .inputBlock {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 2;
  }

  .inputBlock label,
  .inputBlock input,
  .inputBlock select {
    display: block;
    width: 100%;
  }

  #postForm #writeButton,
  #postForm #modifyButton,
  #postForm #clearButton {
    margin-bottom: 1em;
  }

  #postForm #name,
  #postForm #newactor {
    max-width: 100%;
    max-width: calc(100% - 8px);
  }
}