tr.sub td:first-child {
  padding-left: 20px;
}

tr.group {
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #BEBFB9;
  background: #F3F4EE;
  cursor: pointer;
}

.summary-expand {
  background: url("/sites/all/themes/whorepresents/images/icon_help.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: -3px 5px;
}

.show-summary {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid gray;
  max-width: 500px;
  left: 100px;
}

div.field {
  margin-bottom: 10px;
}
