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

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

.bg-steel {
  background-color: #3f70cc;
}

.btn-rounded {
  border-radius: 10px;
}

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

.creature-highlight {
  background-color: #444444 !important;
}

.hidden {
  display: none;
}

.h-divider {
  margin-top: 5px;
  margin-bottom: 5px;
  height: 1px;
  width: 100%;
  border-top: 1px solid gray;
}

.poll-maker-delete-button {
  margin-top: -28px;
}

.poll-maker-option-emoji {
  height: 10px;
}

.poll-maker-preview {
  background-color: #36393f;
  border-radius: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.poll-maker-img {
  width: 45px;
  height: 45px;
  border-radius: 45px;
}

.poll-maker-preview-date {
  color: #959697;
}
.poll-maker-preview-bot {
  background-color: #7289DA;
  color: white;
  padding: 1px 6px;
  border-radius: 5px;
  font-size: 12px;
}

.poll-maker-reaction {
  background-color: #4f535a;
  border-radius: 4px;
  padding: 2px 6px;
  color: #959697;
  margin-top: 10px;
  margin-right: 5px;
}