.story {
  padding-top: 5px;
  border-top: 1px solid gray;
}

.story-date {
  font-size: 60%;
  color: gray;
}

.story-title {
  color: #d1b78b;
  font-face: bold;
  font-weight: bold;
  font-size: 150%;
  color: #f70;
}

.story-image {
  padding-right: 0;
  padding-top: 10px;
}

.story-body {
  margin-bottom: 30px;
}

.story-more-button {
  margin-left: 10px;
  font-weight: bold;
  border-color: silver;
}

.story-body .collapse p:nth-last-child(2) {
  display: inline;
}

.story-edit {
  float: right;
}

/*# sourceMappingURL=news.css.map */
