/* UI neutral */
/* status */
#blog-container {
  width: 100%;
}

.blog-post {
  max-width: 800px;
  margin: 2em auto;
  transition: max-height 0.4s ease;
  text-align: left;
  position: relative;
}

.bookblog-post {
  margin-top: 60px;
  padding: 0 !important;
}

.bookblog-post-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  max-width: 250px;
}

.bookblog-post-header-img p {
  text-align: center;
  margin: 0;
}

.bookblog-post-content .post-title {
  font-size: 1.3em;
  text-align: center;
}

.post-title {
  font-size: 1.6em;
  margin: 0;
}

.post-meta {
  font-size: 0.9em;
  margin-top: 0.3em;
  padding-top: 0.3em;
  border-top: 1px solid #444444;
}

.bookblog-post-content {
  padding: 20px;
}

.post-content {
  margin-top: 1em;
  max-height: 8.5em; /* ca. 5 lines */
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s ease;
}

.read-more {
  margin-top: 1em;
  text-align: center;
}

.toggle-button {
  font-size: 0.9em;
}/*# sourceMappingURL=blog.css.map */