/*Colors*/
/*
orange - #F06000
blue - #2165FF
*/
/* orange */
/* blue*/
h1.headingBg {
  margin-bottom: 5px; }

.chapterDescHeading {
  font-size: 1em !important;
  text-align: center;
  color: #411B02;
  font-size: 14px;
  text-align: center;
  color: #ffc071;
  background-color: #242d59;
  border: 1px solid #242d59; }
  .chapterDescHeading a {
    color: #ffc071; }

.chapterIntro {
  padding: 0 1em;
  line-height: 1.8; }

.viewCommentaryText {
  display: none; }

@media screen and (min-width: 720px) {
  .viewCommentaryText {
    display: inline; } }
