@namespace url(http://www.w3.org/1999/xhtml);
body#viewsource *|*:link {
  color:#8fa3ff !important;
}

body#viewsource {
  font-family:'MS Gothic' !important;
  color:#fff !important;
  background-color:#333 !important;
  line-height:140% !important;
  margin:0em !important;
  padding:0.5em !important;
}

body#viewsource .start-tag,
body#viewsource .end-tag {
  color:#87ceeb !important;
  background-color:#333 !important;
  font-weight:bold !important;
}

body#viewsource .comment {
  color:#fffacd !important;
  background-color:#333 !important;
  font-style:normal !important;
}

body#viewsource .doctype {
  color:#ffff00 !important;
  background-color:#333 !important;
  font-style:normal !important;
}

body#viewsource .attribute-name {
  color:#00ff00 !important;
  background-color:#333 !important;
  font-weight:normal !important;
}

body#viewsource .attribute-value {
  color:#ffc0cb !important;
  background-color:#333 !important;
  font-weight:normal !important;
}

.error, .error > .start-tag, .error > .end-tag,
.error > .comment, .error > .cdata, .error > .doctype,
.error > .pi, .error > .entity, .error > .attribute-name,
.error > .attribute-value {
  border-bottom:1px solid red !important;
}
