.comments {
  float: right;
  width: 200px;
  height: 144px;
}
.comments a {
/*  color: #000; */
}
.blue li {
  color: #00A7D4;
  font-weight: bold;
}
.doc_box {
  float: left;
  margin: 1em 3em 2em 0;
  width: 170px;
  padding: 0;
  height: 280px;
  font: normal 90%/1.5 Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}

.ltp_table {
  margin-bottom: 1em;
  font-size: 0.9375em;
}
.ltp_table th {
  padding: 8px;
  background-color: #00ADDB;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
.ltp_table td {
  padding: 8px;
  text-align: center;
}
.ltp_table td:first-of-type {
  text-align: left;
}
.ltp_table .subheader {
  background-color: #DEEAF6;
  font-weight: bold;
}

.ltp_table2 {
  margin-bottom: 1em;
  font-size: 0.9375em;
}
.ltp_table2 th {
  padding: 8px;
  background-color: #00ADDB;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
.ltp_table2 td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px dotted #00ADDB;
}

.blackheading {
  font: 1.5em MuseoSlab-500;
  line-height: 1;
  font-weight: bold;
  color: #000;
}
.lightblue {
  font: 1.5em MuseoSlab-500;
  line-height: 1;
  font-weight: bold;
  color: #00A7D4;
}
.darkblue {
  font: 1.5em MuseoSlab-500;
  line-height: 1;
  font-weight: bold;
  color: #147180;
}
.lightgreen {
  font: 1.5em MuseoSlab-500;
  line-height: 1;
  font-weight: bold;
  color: #67AA67;
}