/* Hide header and footer */
.header-wrapper, .top-nav, .crumb-div, .social-buttons-move, .styleRelatedArticles, .stylePrintLink, .styleFontBox, .sidebarMemberBox, .stylePromo, .styleLeftSidebar, .hideMobile {
  display: none;
}
.styleArticleContent table { /*margin-bottom: -30px;*/ }
.article-section .clearfix { display: none; }
.footer-wrapper { margin-top: -40px; }
.footer-wrapper .container { display: none; }
.footer-wrapper .footer-copyright .container { font-size: 12px; text-align: center; display: block; }
#responses, #respond { display: none; }
.styleContentLocked { display: none; }
.styleScrollTop { display: none; }


/* Apply minimal article formatting */
.styleArticleContent {
  font-size: 14px;
}
.styleArticleContent h1 {
  font-family: "Georgia", serif;
  font-size: 2.55em !important;
  line-height: 105%;
  margin: 0 0 8px;
  padding: 0;
}
.styleArticleContent h2 {
  font-family: "Georgia", serif;
  font-size: 2.3em;
  line-height: 115%;
  margin: 0 0 8px;
  padding: 0;
}
.styleArticleContent h3 {
  font-family: "Georgia", serif;
  font-size: 2em;
  line-height: 115%;
  text-align: center;
  margin: 0 0 8px;
  padding: 0;
}
.styleArticleContent h4 {
  font-size: 1.3em;
  line-height: 115%;
  margin: 0 0 8px;
  padding: 0;
}
.styleArticleContent p {
  font-family: "Verdana", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
}
.styleArticleContent p:first-child:first-letter {
  color: #444;
  font-family: "Georgia", sans-serif;
  font-size: 4.2em;
  line-height: 0.8em;
  float: left;
  padding: 0 4px 0 0;
}
.styleArticleContent div {
  font-family: "Verdana", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.14em;
}
.styleArticleContent ul, .styleArticleContent ol {
  font-family: "Verdana", Arial, sans-serif;
  font-size: 1em;
  margin-left: 50px;
}
.styleArticleContent ul li, .styleArticleContent ol li {
  line-height: 1em;
}
.styleArticleContent .styleFootnote {
  font-size: 0.92em;
  line-height: 115%;
}
.styleArticleContent .styleFootnote a {
  line-height: 115%;
}