.mw-bold {
  font-weight: bold;
}
.mw-italic {
  font-style: italic;
}
.mw-quote {
  padding-left: 10px;
  font-style: italic;
  color: #777;
}
.mw-quote:before {
  content: '\201d';
  font-style: normal;
  color: #000;
}
.mw-quote:after {
  content: '\201d';
  font-style: normal;
  color: #000;
}
.mw-note {
  color: #f44;
}
img.mw-image-float-right {
  float: right;
  margin: 0 0 2em 2em;
}
img.mw-image-rounded-corners {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.mw-first-letter:first-letter {
  font-size: 14px;
  color: #111;
}
a.mw-link {
  text-decoration: underline;
}
#bio-container .mw-about-indent {
  text-indent: 78px;
}
#quotes-container .mw-about-indent {
  text-indent: 199px;
}
#quotes-container .mw-about-indent.mw-quote {
  text-indent: 192px;
}
#misc-wrapper .mw-about-indent {
  text-indent: 294px;
}
