body {
  background-color: white;
  color: black;
  font-family: Arial;
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
}

table.layout_table {
  width: 800px;
  border: none;
}

td.left_col {
  width: 295px;
  vertical-align: top;  
  text-align: middle;
}

td.right_col {
  vertical-align: top;  
}

td {
  font-size: 8pt;
}

.required {
  color: red;
}

td.label {
  width: 150px;
  text-align: right;
  font-weight: bold;
  font-size: 8pt;
}

td.inline_label {
  width: 120px;
  font-style: italic;
  font-size: 8pt;
}

tr.inline_header {
  width: 120px;
  font-weight: bold;
  font-size: 8pt;
  text-align: center;
}

td.section {
  text-align: left;
  border-bottom: 1px dashed navy;
  font-weight: bold;
  font-style: italic;
  font-size: 12pt;
  padding-top: 12pt;
  margin-bottom: 3pt;
}

input.number_format {
  text-align: right;
}

input.button {
  width: 80px;
}

textarea {
  width: 100%;
}

img.thumbnail {
  border: none;
  cursor: pointer;
}
