/* Template CSS */

div.componentheading, td.contentheading {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 12px;
}

/* Put a bit of a gap below the filter and display select form */

table.contentpane table table {
  margin-bottom: 20px;
}

tr.sectiontableentry1, tr.sectiontableentry2 {
  margin-bottom: 3px;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
  padding-left: 6px;
  padding-right: 6px;
}

/* This makes some enclosing tables occupy the whole available width */
/* so that stuff in them can be centred. */
 
table.contentpaneopen {
  width: 100%
}
