@charset "utf-8";

/* Border with more whitespace, spans one column. */
 div.colborderleft {
  padding-left: 24px;
  margin-left: 15px;
  border-left: 1px solid #ccc;
}

div.colborder {
  border-right: 1px solid #ccc;
}

th {
	background-color: #c9efcf;
}
