.lfbar {
  background-color: #4c6ee8;
  border-color: black;
  border-style: none solid solid none;
  border-width: 1;
}

td.eform {
  font-size: smaller;
}

td.cbox {
    border-style: solid;
    border-color: #e0e0e0;
    border-width: 1px;
    background-color: #edf0f0;
}

table.subtable {
    border-left: 1px dotted black;
    border-bottom: 1px dotted black;
}

textarea[disabled] {
    background-color: #bccad5;
}

td.eformq {
  font-weight: bold;
  vertical-align: top;
}

td.headdivs {
  border-style: solid none none none;
  border-width: 2;
}

.full {
  width: 99%;
}

