table {
  /* center at 90 percent width */
  width: 100%;
  margin-left: 0px;
  /* margin-right: auto; */
  /* standard cell design */
  border: 1px solid;
  border-bottom-color: #555F0D;
  border-right-color: #555F0D;
  border-left-color: #555F0D;
  border-top-color: #555F0D;
  /* cell text format */
  font-family: "Verdana";
  size: 6pt;
  
}

th {
  /* header content format */
  color: #FFFFFF;
  background: #7d883f;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  /* header size and spacing */
  width: 14%;
  height: 25px;
  padding: 5px;
  /* standard cell design */
  border: 1px solid;
  border-bottom-color: #FFFFFF;
  border-right-color: #FFFFFF;
  border-left-color: #555F0D;
  border-top-color: #555F0D;
}

td {
  /* cell content format */
  font-weight: normal;
  font-size: 10pt;
  vertical-align: top;
  text-align: left;
  /* cell size and spacing */
  width: 14%;
  padding-bottom: 5px;
  padding-left: 5px;
  /* standard cell design */
  border: 1px solid;
  border-bottom-color: #FFFFFF;
  border-right-color: #FFFFFF;
  border-left-color: #555F0D;
  border-top-color: #555F0D;
}

em {
    color: green;
    font-weight: bold;
    font-style: normal;
}

.off {
  color: red;
}

table ul {
  list-style-type: none;
  margin: 0;
  padding-left: 5px;
}
