html body .main-container .row .region-content .content table {
  margin-top: 15px;
}
html body .main-container .row .region-content .content table th {
  background-color: #204d7e;
  color: #fff;
  font-weight: 500 !important;
  padding: 8px;
}
html body .main-container .row .region-content .content table td {
  padding: 8px;
}
html body .main-container .row .region-content .content table tbody tr {
  border-bottom: 1pt solid #ccc;
}
html body .main-container .row .region-content .content table tbody tr:nth-child(odd) td {
  background-color: #fff;
}
html body .main-container .row .region-content .content table tbody tr:nth-child(even) td {
  background-color: #eeeeee;
}
html body .main-container .row .region-content .content table tbody tr td {
  vertical-align: top;
}
