@namespace url(http://www.w3.org/1999/xhtml);

.postbody,
.bodyline .code,
.bodyline .quote {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  display: block !important;
}

.bodyline .code,
.bodyline .quote {
  width: auto !important;
  min-height: 3em !important;
}

.postbody:focus,
.bodyline .code:focus,
.bodyline .quote:focus {
  outline: 0 #FFF none !important;
}