h2 {
  border-bottom: 4px double #999;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
}

section h3 {
  margin-top: 1em;
  margin-left: 1em;
}

section {
  margin: 1em;
  border: 1px solid #999;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
  -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
}

section p {
  margin: 1em;
  margin-left: 2em;
}

span.show_details {
  color: #ff8000;
  cursor: pointer;
}

span.show_details:hover {
  text-decoration: underline;
}

span.details {
  display: none;
}
