body {
  background: #fff;
  color: #222;
  font: 400 1em/1.5 serif;
  text-transform: lowercase;
  margin: auto;
}
a,a:link,a:visited {
  color: #4E7FD2;
  text-decoration: none;
}
a:hover {
  color: #000000;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
}
.content a:before {
  content:"{";
}
.content a:after {
  content:"}";
}
h1 {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
}
ol {
  list-style-type: decimal-leading-zero;
  padding: 0;
}
main {
  padding: 5%;
}
.container {
  max-width: 501px;
}
.content {
  display: block;
  margin: 2em 0;
}
#element-toggle {
  display: none;
}
#element-toggle:not(:checked) ~ #toggled-element {
  display: none;
}
#comments,#tcg,#website,#email,#name,#wants,#offer,.submit,.submit:hover,#tradesubmit {
  background: #fff;
  border: 1px solid #eee;
  color: #333;
  font: 400 1em/1.5 serif;
  padding: 3px;
  text-decoration: none;
}
