#breadcrumbs {
  display: none;
}

#content h1 {
  margin-top: .5em;
}

/* Check lists */

ul.check-list {
  padding-left: 3.5em;
  margin-left: 0;
  position: relative;
  list-style-type: none;
}
ul.check-list li {
  margin-left: 0;
  position: relative;
}
ul.check-list li input {
  position: absolute;
  top: 0;
  left: -24px;
}

/* Contact list */

.contact-point {
  background: #f3f3f3;
  border: 1px dotted #ccc;
  padding: 1em;
}
.contact-point dl {
  margin: 0;
}
.contact-point dl dt {
  position: relative; /* for IE 6 */
  font-style: normal;
  float: left;
  margin-right: .5em;
}

