/* Tumblr Blog */
.blog {
  width: 710px;
}
.tumblr_posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tumblr_post {
  border-bottom: 1px solid #999;
  margin: 0 0 20px;
  padding: 0;
}
.tumblr_video_post,
.tumblr_chat_post,
.tumblr_quote_post,
.tumblr_link_post,
.tumblr_photo_post {
  display: none;
}
.tumblr_title {
  color: #0B6DC6;
  font-weight: bold;
  margin: 0 0 15px;
}
.tumblr_body img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.blog-heading {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.blog-heading img {
  background: url(/images/title-howitworks.png) no-repeat left center;
  padding: 0 0 0 15px;
  width: 0;
}