body {
  background: #fafafa;
  color: #333333;
  margin: auto 0;
}

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

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

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

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

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

.item-link-active a {
  color: #4444ff;
}

.item-link-active a:hover {
  color: #4444ff;
  font-weight: bold;
  text-decoration: none;
}

.item-link-inactive a {
  color: #555;
}

.item-link-inactive a:hover {
  color: #555;
  font-weight: bold;
  text-decoration: none;
}

.item-name {
  font-size: 1.25rem;
  padding-top: 8px;
}

.main-content {
  margin: auto; 
  padding: 65px 10px 20px 15px;
}

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

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

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

.w3-left {
  float: left!important;
}

.w3-right {
  float: right!important;
}
