/* Enhanced Support for phpBB Advertisement Management: https://www.phpbb.com/customise/db/extension/ads/ */
.phpbb-ads-center img {
	max-width: 100%;
}

/* Parch tags */
.sceditor-button-scroll div:after {
    content: "\f4b7";
  }
  .rpscroll1 {
      max-width: 490px;
  }
  .rpscroll1top {
      background-image: url(./images/parch/parch1top.png);
      background-repeat: no-repeat;
      background-size: cover;
      height: 0;
      padding-top: 13.69% !important;
  }
  .rpscroll1mid {
      background-image: url(./images/parch/parch1mid.png);
      background-repeat: repeat-y;
      background-size: contain;
      font: 13px Verdana, T4C Beaulieux, Lucida Handwriting;
      color: #371508;
      padding: 0px 25px 25px 15px !important;
  }
  .rpscroll1bot {
      background-image:url(./images/parch/parch1bot.png);
      background-repeat: no-repeat;
      background-size: cover;
      height: 0;
      padding-top: 6.5% !important;
  }
  .rpscroll2 {
      max-width: 600px;
  }
  .rpscroll2top {
      background-image: url(./images/parch/parch2top.png);
      background-repeat: no-repeat;
      background-size: cover;
      height: 0;
      padding-top: 13.69% !important;
  }
  .rpscroll2mid {
      background-image: url(./images/parch/parch2mid.png);
      background-repeat: repeat-y;
      background-size: contain;
      font: 13px Verdana, T4C Beaulieux, Lucida Handwriting;
      color: #371508;
      padding: 0px 25px 4px 6% !important;
      min-height: 93px;
  }
  .rpscroll2bot {
      background-image:url(./images/parch/parch2bot.png);
      background-repeat: no-repeat;
      background-size: cover;
      height: 0;
      padding-top: 13.5% !important;
  }
  .rpscroll3 {
      max-width: 600px;
  }
  .rpscroll3top {
      background-image: url(./images/parch/parch3top.png);
      background-repeat: no-repeat;
      background-size: cover;
      height: 0;
      padding-top: 12% !important;
  }
  .rpscroll3mid {
      background-image: url(./images/parch/parch3mid.png);
      background-repeat: repeat-y;
      background-size: contain;
      font: 13px Verdana, T4C Beaulieux, Lucida Handwriting;
      color: #371508;
      padding: 0px 15% 20px 15% !important;
  }
  .rpscroll3bot {
      background-image:url(./images/parch/parch3bot.png);
      background-repeat: no-repeat;
      background-size: cover;
      height: 0;
      padding-top: 12% !important;
  }