.latest-post-selection article img{
  max-width:160px !important;
  border: 3px solid #ddd;
}
.thumb_column_parent {
    display: inline-block;
}
img.featured_image.wp-post-image {
    max-width: 100% !important;
    height: auto;
}
img.featured_image {
    max-width: 100%;
}
img.attachment-recent_post_thumb.size-recent_post_thumb.wp-post-image {
    width: 100% !important;
    height: 100% !important;
}


img.post-thumb {
    width: 150px !important;
    height: auto !important;
}
.archive img.featured_image {
    max-width: 100%;
}
.single .thumb_column img.featured_image {
    max-width: 100%;
}
#TB_window {
    z-index: 100050 !important;
}

#content {
    margin: 0 auto;
    width: 900px;
    padding: 30px;
    background: white;
}