body {
  font-size: 18px;
}
.container {
}
fieldset {
  margin-bottom: 2rem;
}
table {
  border-collapse: collapse;
}
#template { display: none; }
input[type="text"] {
  width: 100%;
}
textarea {
  width: 100%;
  height: 10em;
  font-family: monospace;
}
textarea[disabled=disabled] {
  background-color: #eee;
  color: #545454;
}
code {
  background-color: rgba(27,31,35,0.05);
  border-radius: 3px;
  font-size: 85%;
  padding: 0.2em 0.4em;
}
