img.postImageFloatLeft {
  float:left;
  padding: 5px 20px 5px 0px;
}

img.postImageFloatRight {
  float:right;
  padding: 5px 0px 5px 20px;
}

img.full-screen {
  display: block;
  width: 100%;
}
post_emphasis{ font-weight: bold; }

blockquote.teal,
blockquote.teal:before,
blockquote.teal:after {
  background-color: #006c82;
}

blockquote.green,
blockquote.green:before,
blockquote.green:after {
  background-color: #5aab33 !important;
}

blockquote.purple,
blockquote.purple:before,
blockquote.purple:after {
  background-color: #764897 !important;
}

blockquote.grey,
blockquote.grey:before,
blockquote.grey:after {
  background-color: #B1B2B4 !important;
  color: #222;
}

table.non-full-width {}