body, select, option {
  font-family: Lato,Helvetica,Helv,Arial,Verdana,sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  background: #ddeeff;

}
A:link, A:active, A:visited {
  color: #0000cc;
  text-decoration: none;
  font-weight: bold;
}

A:hover {
  color: #009900;
}
tfoot input {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}

.buttonClass {
  height: 24px;
  color: #ffffff;
  background: #000099;
  border: solid 1px #ccccff;
  border-radius: 4px;
  cursor:  pointer;
}

#helpDIV {
  position: absolute;
    overflow: auto;
  height: calc(100% - 10px);
  width: 400px;
  left: -420px;
  top: 0px;
  background: #ffffff;
  border: solid 1px #999999;
  margin: 5px;
  padding: 10px;
  font-size: 10pt;
  font-weight: normal;
  text-align: left;
}

.helpMainHeading {
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
}

.helpHeading {
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.helpBodyText {
  margin-left: 10px;
  margin-top: 0px;
  margin-bottom: 8px;
}