table {
  width: 100%;
}
table th, table td {
  height: 56px;
  padding: 0 16px;
  border-left: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
  font-size: 16px;
}
table th:last-of-type, table td:last-of-type {
  border-bottom: solid 1px #e5e5e5;
}
table th {
  width: 240px;
  background: #f5f5f5;
  color: #003459;
}
table td {
  border-right: solid 1px #e5e5e5;
}
@media screen and (max-width: 767.9px) {
  table th, table td {
    padding: 10px;
    font-size: 14px;
  }
  table th {
    width: 140px;
  }
}

.bnr {
  display: none;
}
/*# sourceMappingURL=style.css.map */