/* styles that appear in the WordPress WYSIWYG editor */
.muted {
  color: #999999;
}
.muted-small {
  color: #999999;
  font-size: 85%;
}
blockquote .muted-small {
  color: #999999;
  font-size: 95%;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}