/* = 3.2 Previous
	---------------------------------------------------------- */
.article-previously {
  margin: 20px 40px;
}
.article-previously:first-child {
  margin-top: 60px;
  /* .previously-title is used by .article-related (see 3.3 [related.css]) */
  /* .previously-title is used by .photo-side-post (see 11.0.3 [widgets.css]) */
  /* .previously-title is used by .video-side-post (see 11.0.4 [widgets.css]) */
  /* .previously-title is used by .popular-post (see 11.0.5 [widgets.css]) */
}
.previously-title {
  background-color: #000;
  color: #fff;
  font-family: Oswald;
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
  text-transform: uppercase;
  padding: 2px 0 0 15px;
  /* .previously-row is used by .article-related (see 3.3 [related.css]) */
}
.previously-row {
  margin: 8px 0;
}
.previously-row h3 {
  font-size: 22px;
}
.previously-cell {
  display: table-cell;
}
.previously-post-image {
  width: 300px;
  padding: 10px 0 0;
}
.previously-post-title {
  vertical-align: top;
  padding: 0 0 0 20px;
}
.previously-post-title h3 {
  color: #000;
  margin: 0;
  padding: 10px 0 0;
}
.post-previously-category {
  text-transform: uppercase;
  font-size: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #00aeef;
  display: block;
  font-weight: 700;
  margin: 10px 0 0;
}
