html body .main-container .row .region-content {
  /**** Calendar table styles ****/
  /**** end calendar styles ****/
}
html body .main-container .row .region-content table tr th {
  background-color: #10566d;
  color: #fff;
  font-weight: 500 !important;
  padding: 8px;
}
html body .main-container .row .region-content table tr th a {
  color: #fff;
}
html body .main-container .row .region-content table tr th a:hover {
  color: #f9f9a5;
  border-bottom: none;
}
html body .main-container .row .region-content table tr th a:focus {
  text-decoration: none;
}
html body .main-container .row .region-content table tr td {
  padding: 8px;
}
html body .main-container .row .region-content table tr tbody tr {
  border-bottom: 1pt solid #ccc;
}
html body .main-container .row .region-content table tr tbody tr:nth-child(odd) {
  background: #fff;
}
html body .main-container .row .region-content table tr tbody tr:nth-child(even) {
  background-color: #ebf7f9;
}
html body .main-container .row .region-content table tr tbody tr td {
  vertical-align: top;
}
html body .main-container .row .region-content table tr tbody tr td a:hover {
  border-bottom: none;
}
html body .main-container .row .region-content table tr tbody tr td a:focus {
  text-decoration: none;
}
html body .main-container .row .region-content table.tablesaw-stack tr {
  border-bottom: 1pt solid #ccc;
}
html body .main-container .row .region-content table.tablesaw-stack tr:nth-child(odd) {
  background: #fff;
}
html body .main-container .row .region-content table.tablesaw-stack tr:nth-child(even) {
  background-color: #ebf7f9;
}
html body .main-container .row .region-content table.tablesaw-stack tr td {
  vertical-align: top;
}
html body .main-container .row .region-content table.tablesaw-stack tr td a:hover {
  border-bottom: none;
}
html body .main-container .row .region-content table.tablesaw-stack tr td a:focus {
  text-decoration: none;
}
html body .main-container .row .region-content table.tablesaw-stack tr td.text-align-right {
  text-align: right;
}
html body .main-container .row .region-content table.tablesaw-stack tr td.text-align-center {
  text-align: center;
}
html body .main-container .row .region-content .fc-view-container table thead.fc-head tr {
  background-color: #10566d;
  color: #fff;
  font-weight: 400 !important;
  padding: 8px;
}
html body .main-container .row .region-content .fc-view-container table thead.fc-head tr a {
  color: #fff;
  border-bottom: none;
}
html body .main-container .row .region-content .fc-view-container table thead.fc-head tr a:hover {
  color: #f9f9a5;
  border-bottom: none;
}
html body .main-container .row .region-content .fc-view-container table thead.fc-head tr a:focus {
  text-decoration: none;
}
html body .main-container .row .region-content .fc-view-container table thead.fc-head tr th {
  padding: 5px;
}
html body .main-container .row .region-content .fc-view-container table tbody.fc-body tr td {
  padding: 0;
}
html body .main-container .row .region-content .fc-view-container table tbody.fc-body tr td .fc-row table tbody tr {
  border-bottom: none;
}
html body .main-container .row .region-content .fc-view-container table tbody.fc-body tr td .fc-row table tbody tr:nth-child(even) td {
  background-color: transparent;
}
html body .main-container .row .region-content .fc-view-container table tbody.fc-body tr td .fc-row table tbody tr td {
  padding: 2px;
}
html body .main-container .row .region-content .fc-view-container table tbody.fc-body tr td .fc-row table tbody tr td a {
  padding: 3px;
}
html body .main-container .row .region-content .view-content table.table {
  margin-top: 15px;
  margin-bottom: 15px;
}
html body .main-container .row .region-content .view-content table.table.width-50 {
  max-width: 50%;
  width: 100%;
}
html body .main-container .row .region-content .view-content table.table.width-65 {
  max-width: 65%;
  width: 100%;
}
html body .main-container .row .region-content .view-content table.table.width-75 {
  max-width: 75%;
  width: 100%;
}
html body .main-container .row .region-content .view-content table.table th {
  background-color: #10566d;
  color: #fff;
  font-weight: 400 !important;
  padding: 8px;
}
html body .main-container .row .region-content .view-content table.table th a {
  color: #fff;
  border-bottom: none;
}
html body .main-container .row .region-content .view-content table.table th a:hover {
  color: #f9f9a5;
  border-bottom: none;
}
html body .main-container .row .region-content .view-content table.table th a:focus {
  text-decoration: none;
}
html body .main-container .row .region-content .view-content table.table td {
  padding: 8px;
}
html body .main-container .row .region-content .view-content table.table tbody tr {
  border-bottom: 1pt solid #ccc;
}
html body .main-container .row .region-content .view-content table.table tbody tr:nth-child(odd) td {
  background-color: #fff;
}
html body .main-container .row .region-content .view-content table.table tbody tr:nth-child(even) td {
  background-color: #ebf7f9;
}
html body .main-container .row .region-content .view-content table.table tbody tr td {
  vertical-align: top;
}
html body .main-container .row .region-content .view-content table.table tbody tr td a:hover {
  border-bottom: none;
}
html body .main-container .row .region-content .view-content table.table tbody tr td a:focus {
  text-decoration: none;
}
html body .main-container .row .region-content .view-content table.table tbody tr td.views-field-view details:focus {
  outline: transparent;
}
html body .main-container .row .region-content .view-content table.table tbody tr td.views-field-view .view-content .item-list li {
  list-style-type: none;
  border-bottom: 1pt solid #ddd;
  margin-bottom: 5px;
}
html body .main-container .row .region-content .view-content table.table tbody tr td.views-field-view .view-content .item-list li .views-field-counter {
  font-weight: 600;
}
html body .main-container .row .region-content .view-content table.table tbody tr td.views-field-view .view-content .item-list li .field-content {
  display: inline;
}
html body .main-container .row .region-content .footable thead tr th {
  background-color: #10566d;
  color: #fff;
  font-weight: 400 !important;
  padding: 8px;
}
html body .main-container .row .region-content .footable thead tr .views-field-media-image {
  float: none;
}
html body .main-container .row .region-content .footable tbody tr {
  border-bottom: 1pt solid #ccc;
}
html body .main-container .row .region-content .footable tbody tr:nth-child(odd) td {
  background-color: #fff;
}
html body .main-container .row .region-content .footable tbody tr:nth-child(even) td {
  background-color: #ebf7f9;
}
html body .main-container .row .region-content .footable tbody tr td {
  vertical-align: top;
  padding-top: 8px;
  padding-bottom: 8px;
}
html body .main-container .row .region-content .footable tbody tr td a:hover {
  border-bottom: none;
}
html body .main-container .row .region-content .footable tbody tr td a:focus {
  text-decoration: none;
}
html body .main-container .row .region-content .footable tr .views-field-field-media-image {
  float: none;
}
html body .main-container .row .region-content .footable tr .views-field-field-media-image img {
  max-width: 135px;
  float: none;
}
