body {
  background: #fafafa;
  color: #333333;
  margin-top: 5rem;
}

hr {
    margin-top: 2rem;
    margin-bottom: 6rem;
    border-top: 2px solid rgba(0,0,0);
}

th.field-name {
    padding-right: 15px;
}

table.field-list {
    margin-bottom: 20px;
}

table.dataframe {
    border: 0px;
}

table.dataframe td, th {
    padding: 5px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px soild #ddd;
}

table.dataframe tr:hover {
    background-color: #eeeeee;
}


table.results td {
    text-align: left;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px soild #ddd;
}


table.species td {
    text-align: left;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px soild #ddd;
}

table.species th {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  color: #444444;
}

.ImageBorder
{
  border-width: 1px;
  border-color: Black;
}

.bg-steel {
  background-color: #29283c;
}

.site-header .navbar-nav .nav-link {
  color: #cbd5db;
}

.site-header .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}

.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

.article-title {
  color: #444444;
}

a.article-title:hover {
  color: #428bca;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 65px;
  width: 65px;
  margin-right: 16px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}


span.anchor {
    display: block;
    height: 80px;
    margin-top: -80px;
    visibility: hidden;
}

footer {
    font-size: 80%;

}

a {
    color: #68a2b9;}


.dataTables_scrollHeadInner {
  margin: 0 auto;
}
