html body .main-container .row .region-content .content table {
  margin-top: 15px;
}
html body .main-container .row .region-content .content table th {
  background-color: #707175;
  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: #eee;
}
html body .main-container .row .region-content .content table tbody tr td {
  vertical-align: top;
}
html body .main-container .row .region-content .view-content table.footable-details > tbody > tr > td:nth-child(2) {
  word-break: normal;
}
html body .main-container .row .region-content .view-content table.footable {
  margin-bottom: 20px;
}
html body .main-container .row .region-content .view-content table.footable thead tr {
  background: #707175;
  color: #fff;
}
html body .main-container .row .region-content .view-content table.footable thead tr th {
  padding: 10px;
}
html body .main-container .row .region-content .view-content table.footable tbody table.footable-details > tbody > tr {
  background: #ffffff !important;
  vertical-align: top;
}
html body .main-container .row .region-content .view-content table.footable tbody tr:nth-of-type(even) {
  background: #eee;
}
html body .main-container .row .region-content .view-content table.footable tbody tr:nth-of-type(odd) {
  background: #ffffff;
}
html body .main-container .row .region-content .view-content table.footable tbody tr > th:nth-child(1) {
  min-width: auto;
  width: auto;
}
html body .main-container .row .region-content .view-content table.footable tbody td {
  padding: 10px;
  word-wrap: break-word;
  vertical-align: top;
}
html body .main-container .row .region-content .view-content table.footable tbody td.views-field-field-body {
  word-break: normal !important;
}
