.reportTable {
  width: 100%;
  border-collapse: collapse;
}

.reportTable td {
  padding: 5px;
  border: 1px solid #C7C7A9;
}

.reportTable .header {
  font-weight: bold;
  background-color: #FAF9F5;
}

.reportTable .titles {
  font-size: 13px;
}

.reportTable td.sh {
  text-align: center;
  font-weight: normal;
  font-size: 10px;
}

.reportTable td.sn {
  text-align: center;
  vertical-align: middle;
  width: 25px;
}

.reportTable td.mn {
  text-align: center;
  vertical-align: middle;
  width: 50px;
}

.reportTable td.sep {
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.reportTable td.count {
  text-align: right;
}

.reportTable .lt {
  color: #C7C7A9;
}

.reportTable a.h {
  text-decoration: none;
  color: black;
}

.reportTable a.h:hover {
  text-decoration: underline;
}