body {
  padding: 20px 0;
  margin: 0;
  background-color: #eee;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif; }
  body h1 {
    font-size: 40px;
    margin: 0 0 10px 0; }
  body #content {
    background-color: #fff;
    padding: 20px; }
    body #content .options {
      margin: 5px; }
      body #content .options a {
        display: block;
        margin: 15px;
        font-size: 1.2em;
        color: #00a; }
    body #content img {
      margin: 20px;
      border: 10px solid #ccc;
      height: 250px; }
    body #content form {
      text-align: center; }
    body #content input {
      font-size: 30px;
      margin-bottom: 10px; }
    body #content input[type=submit] {
      font-size: 20px; }
    body #content #results .result {
      border-top: 1px solid #ccc;
      margin-top: 20px;
      padding-top: 20px; }
      body #content #results .result #accepts {
        list-style: none;
        margin: 0;
        padding: 0; }
        body #content #results .result #accepts li {
          margin: 10px 0; }
  body #footer {
    margin: 20px;
    font-size: 0.7em; }
    body #footer #nhs_choices {
      border: 2px solid #ccc;
      background: #fff;
      text-decoration: none; }
    body #footer p#github {
      height: 0;
      width: 0;
      overflow: hidden; }
      body #footer p#github a {
        background: url("../images/fork-me-on-github.png") no-repeat;
        position: absolute;
        top: 0;
        right: 0;
        width: 149px;
        height: 0;
        padding-top: 149px;
        overflow: hidden; }
