/* main */
.main-content, main.home-page {background-color: #15242a;}

/* divider */
hr {border-color:white;}
/* search */
.search-bar .search-input__input, .search-bar .search-input__input:hover {
    background-color:#ffffff;
    color:#15242a;
  }

/* table */
 [data-component="table"] table td {
  border:1px solid #009EC7;
}

[data-component="table"] table th {
  background-color: #009EC7;
  border:1px solid #ffffff;
}

  /* links */
a:visited {color:#ffffff;}
a:hover {color: #009ec7; text-decoration:none;}

article#content a {text-decoration:underline;}
.page-pagination-item a, .recent-updates a {text-decoration:none!important}

/* dom */
