table.choice {
  width: auto;
  border-collapse:collapse;
  border: 0;
  margin: 10px auto;
}

table.choice td {
  border: 0;
  padding: 5px 0 0 20px !important;
  text-align: left;
  height:auto;
}

table.choice td.clear {
border: 0;
width: 20px !important;
min-width: 20px !important;
}

table.choice td.group-header {
  border: 0;
  border-bottom: 1px solid #cccccc;
  border-collapse:collapse;
  padding: 0 0 1px 0;
  text-align: left;
  height:auto;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  width: 140px !important;
  min-width: 140px;
  vertical-align: bottom;
  color: #777;

}

p.report-title {
  font-family: 'Segoe UI',Geneva,sans-serif;
  font-size: 1.4em;
  text-align: center;
  text-transform:uppercase;
  font-weight: normal;
  text-shadow: 0 1px 1px #ccc;
  color: #444;
  margin: 20px 0 0 0;
}

img.help {
  height: 14px;
  width: 14px;
  margin-left: 10px;
}


