/* V2 */
/* The last one is true to how saidit does it's box-shadow. */
/* The result is the right side of a post bar blends with the background */
/* This one is a little more moderate with the box-shadow direction and so doesn't do that */
#content {
background: #3f3f3f;
}
#content .post {
margin: 3px 24px;
background: #3f3f3f;
box-shadow: -2px 8px 16px 0px #303030;
}
#postcontent .post {
background: #3f3f3f;
}