/* Branding file to style the PLANTECH output */

div.content label {
  font-weight: normal;
  width: 16em;
  float: left;
  display: block;
  margin-bottom: 1ex;
  margin-right: 0.5em;
  text-align: right
}
div.content form div {
  clear: both
}
div.content table.registertable {
  width: 100%
}
div.content table.registertable td {
  width: 50%
}
div.content table.casestatus {
  width: 100%
}
div.content table.casestatus td {
  background-color: #EEEEEE;
  text-align: center;
  width: 12%
}
div.content table.casestatus td.highlight {
  background-color: #56008C;
  color: white
}
div.content table.casestatus tr.white td {
  background-color: white
}
div.content div.associateddocs {
  float: right
}
div.content div.associateddocs ul {
  padding-bottom: 0;
  margin-bottom: 0
}

