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

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

ul {
  margin: 0;
}

.bg-steel {
  background-color: #5f788a;
}

.thead-steel {
  --bs-table-bg: #5f788a;
  --bs-table-color: white;
}

.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;
}

/* Bootstrap colors define red for danger, not error, but pluto picks up e.g. log.error */
td.bg-error {
  background-color: red;
}

.form-group {
  padding-top: 10px;
}

/* Pluto results table */
.pluto-results tr {
  border: 2px solid white;
}

.pluto-results tr td {
  padding-left: 5px;
}

/* Begin tooltip styles */
.cosmos_tooltip{
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted rgb(107, 107, 107);
}

.cosmos_tooltiptext{
  width: 500px;
  background-color: #3c4b5d;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  margin-left: -120px;
  visibility: hidden;
}

.cosmos_tooltiptext::after{
  content: "";
  position: relative;
  top: 100%;
  left: 50%;
  border-style: solid;
  border-color: #273342 transparent transparent transparent;
  border-width: 5px;
}

.cosmos_tooltip:hover .cosmos_tooltiptext{
  visibility: visible;
}
/* End tooltip styles */

/* Bootstrap icons */
.bi {
  font-size: large;
}
