table {
  table-layout: fixed;
}

td {
  text-align: left;
  vertical-align: top;
}

.tbl_header {
  background-color: #AFB6BC;
  padding: 5px;
  border: 1px solid #939BA1;
  color: #000000;
}

.tbl_body {
  background-color: #DDE1E8;
  padding: 5px;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.tbl_body p {
  color: #6A7074;
  line-height: 20px;
  margin-top: 4px;
  margin-bottom: 10px;
}

.tbl_body ul {
  margin-top: 7px;
}

.tbl_body ul li {
  margin-bottom: 7px;
  list-style-type: none;
}