/* line 6, app/assets/stylesheets/posts.css.scss */
.posts .posts_list {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 12, app/assets/stylesheets/posts.css.scss */
.posts .item {
  margin-bottom: 10px;
}

/* line 15, app/assets/stylesheets/posts.css.scss */
.posts .item p {
  margin: 0;
  padding: 0;
}

/* line 19, app/assets/stylesheets/posts.css.scss */
.posts .item p a {
  text-decoration: none;
}

/* line 24, app/assets/stylesheets/posts.css.scss */
.posts .item .author {
  font-style: italic;
}

/* line 29, app/assets/stylesheets/posts.css.scss */
.posts .item .attachment a {
  color: #2e6e9e;
}
