#posts {
}

#posts .posts {
  width: calc(100% - 2em);
  margin: 0 auto;
}

#posts .posts .post {
  padding: 1em;
  margin-bottom: 3em;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f9f9f9;
}

#posts .posts .post .post-title {
  padding: 0;
  margin: auto;
  max-width: 1200px;
  color: #333;
  font-size: 1.4em;
  margin-bottom: 1em;
}

#posts .posts .post .post-date {
  padding: 0;
  color: #777;
  font-size: 0.9em;
  margin-bottom: 1em;
}

#posts .posts .post .post-content {
  padding: 1em 2em 1em 2em;
  color: #555;
  line-height: 1.6;
}

#posts .posts .post .post-separator {
  border: 0;
  height: 1px;
  background-color: #eee;
  margin: 20px 0;
}

#posts .posts .post .no-posts {
  color: #999;
  font-style: italic;
  text-align: center;
  padding: 20px;
}

#posts ul li {
  max-width: 1200px;
  margin: auto;
}
#posts ul li {
  font-size: 1em;
}

#posts .posts .post h3,
#posts .posts .post a {
  word-wrap: break-word;
  white-space: normal;
}

#posts .posts .post .post-container h3,
#posts .posts .post .post-container p,
#posts .posts .post .post-container a {
  display: block !important;
}
