/* Bugfix for card stacking in Chrome: https://github.com/twbs/bootstrap/issues/20925 */
.card-columns {
  orphans: 1;
  widows: 1;
}

/* Navbar and title */
.navbar-static-top {
  margin-bottom: 12px;
}

.navbar.bg-dark {
  border-left: 0;
  border-top: 0;
  border-right: 0;
}

.navbar-brand {
  margin-right: 0;
}

.title {
  width: 100%;
  text-align: center;
}

.navbar-title-box {
  text-align: center;
}

.navbar-brand-title {
  font-size: 2.3em;
}

.navbar-brand-subtitle {
  font-size: 0.85em;
  vertical-align: top;
  line-height: 0em;
  padding-bottom: 1em;
}

/* Story page */
.card-img-top {
  width: 100%;
  height: auto;
  display: block;
}

.card-sponsored {
  border: 1px
}

#legit-content-container {
  padding-top: 10px;
  background-color: black;
}

.legit-content-block {
  padding: 0px 10px 10px 10px;
  display: table;
  table-layout: fixed;
  overflow: hidden;
  text-overflow: ellipsis;
}

.legit-content-img-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.legit-content-img {
  height: 85px;
  border-radius: calc(0.25rem - 1px);
}

.legit-content-text {
  display: table-cell;
  padding-left: 10px;
  width: 100%;
  vertical-align: middle;
  text-align: left;
}

.card-text > p {
  margin-bottom: 0.5rem;
}

.card-text > p:last-child {
  margin-bottom: 0;
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

.card-columns {
  -webkit-column-count: 1;
          column-count: 1;
}

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 992px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
  }
}

.card-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.4);
}

.card.card-comment {
  margin-bottom: 0.5rem;
}

.card-comment>.card-body {
  padding: 0.4rem 0.6rem;
}
