h1 {
  margin: 10px 0;
  font-size: 28px;
  line-height: 40px;
}
h1 small {
  font-size: 28px;
}
h2 {
  margin: 10px 0;
  font-size: 25.2px;
  line-height: 36px;
  clear: both;
}
h2 small {
  font-size: 21px;
}
h3 {
  margin: 10px 0;
  font-size: 16.8px;
  line-height: 24px;
}
h3 small {
  font-size: 16px;
}
h3 i {
  margin-right: 10px;
}
h4 {
  margin: 10px 0;
  font-size: 16px;
  line-height: 20px;
}
h4 small {
  font-size: 14px;
}
h5 {
  margin: 10px 0;
  font-size: 15px;
  line-height: 20px;
}
h5 small {
  font-size: 12px;
}
h6 {
  margin: 10px 0;
  font-size: 14px;
  line-height: 20px;
}
h2.article-title,
h1.article-title {
  margin: 0;
}
h1.article-title,
h2.article-title {
  border: 0;
  box-shadow: none;
  background-image: none;
  background: none;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  color: #1f6072;
  font-size: 90%;
}
h1.article-title a,
h2.article-title a {
  color: #a63749;
}
p {
  margin: 0 0 20px;
  line-height: 24px;
  color: #555;
}
p small,
p .small {
  font-size: 12px;
  color: #999;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
body a {
  text-decoration: none;
  color: #1f6072;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
a:hover {
  color: #a63749;
  background: none;
}
code {
  display: block;
  max-height: 400px;
  overflow: scroll;
  margin: 20px 0;
}
body h1,
body h1 a,
body h2,
body h2 a,
body .moduletable h3,
body h4,
body h5,
body h6 {
  color: #333333;
}
img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
blockquote {
  font-size: 1.7em !important;
  line-height: 1.2em;
  padding-left: 10px;
  margin: 10px 0 0 10px !important;
}
blockquote,
blockquote p,
.jb_quoteleft,
.jb_quoteleft p,
.jb_quoteright,
.jb_quoteright p {
  margin-top: 30px !important;
  padding-left: 10px !important;
}
blockquote p,
.jb_quoteleft p,
.jb_quoteright p {
  background: none !important;
  line-height: 1.2em;
}
.jb_author {
  float: right;
  color: #999;
  font-style: italic;
}
.headline {
  text-align: center;
  color: #0d0d0d;
  margin-bottom: 0;
  clear: both;
  margin-top: 30px;
  padding-top: 20px;
}
.subheading {
  text-align: center;
  font-weight: bold;
  font-style: italic;
  padding-bottom: 20px;
  color: #808080;
  margin-bottom: 30px;
  font-size: 90%;
}
ul.simple {
  margin: 0;
}
ul.simple li {
  list-style-type: none;
  padding: 16px 0 !important;
}
.alert-info {
  background: #1f6072;
  border: 1px solid #1b5262;
  color: #fff;
  text-shadow: 1px 1px 0 #1b5262;
}