.notice, .error {
	border: 1px solid rgb(153,0,0);
}

img.headshot {
  float: right;
}

blockquote {
  display: block;
  margin: 0.5em 2em 1em 2em;
  border-left: 1px solid black;
  padding-left: 10px;
}

dl {
  margin-top: -10px; /* Undo half the margin for the first dt */
}

dt {
  font-weight: bold;
  margin-top: 20px;
}

dd {
  margin-left: 20px;
}

dl.collapsable dt {
  display: list-item;
  cursor: pointer;
}

dl.collapsable dt.closed {
  list-style-image: url("/images/triangle_right.png");
}
dl.collapsable dt.open {
  list-style-image: url("/images/triangle_down.png");
}

a.collapsable {
  display: none;
}
