body {
  background: #1f1f1f;
  color: #bfbfbf;
  margin-top: 5rem;
}

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

.bg-steel {
  background-color: #38454f;
}

.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: #1c1c21;
  padding: 10px 20px;
  border: 1px solid #3b3b3b;
  border-radius: 3px;
  margin-bottom: 20px;
}

.article-title-status-Pending {
  color: #444444;
}

.article-title {
  color: #bfbfbf;
}

a.article-title:hover {
  color: #9cc2e3;
  text-decoration: none;
}

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

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

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

.article-metadata a:hover {
  color: #0056b3;
  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;
}

.border-bottom {
  border-bottom-color: #363636 !important;
}

.border-top {
  border-top-color: #363636 !important;
}

.form-control {
  color: #babfbf !important;
  background-color: #1c1c21 !important;
  border-color: #3b454e !important;
}

.list-group-item-light {
  background-color: #1c1c21;
  border-color: #3b3b3b;
}

.text-muted {
  color: #bfbfbf !important;
}

.table {
  color: #bfbfbf;
}

.table td, .table th {
  border-top-color: #363636;
}