@media print {
  @page {
    size: 8.5in 11in;
  }
  body {
    color: #000;
    background: #fff;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    font-size: 11pt !important;
    line-height: 15pt !important;
  }
  body a[href]:after {
    content: '';
  }
  .logo svg {
    display: block;
    clear: both;
    text-align: center;
    margin: 0 auto;
  }
  h1 {
    font-size: 45pt;
  }
  h3 {
    font-size: 20pt;
  }
  .col-md-2 {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 20pt;
  }
  .col-md-8 {
    float: none;
    position: relative;
    display: block;
    width: 70% !important;
    margin-left: 15%;
    margin-right: 15%;
    padding: 0 0 0 0;
  }
  .col-md-2 a {
    display: none !important;
  }
  .col-md-2 .entry-date {
    white-space: normal;
  }
  article .hidden-xs,
  article .hidden-sm {
    display: none;
  }
  #main-content a[href]:after {
    content: " (" attr(href) ")";
  }
  #main-content abbr[title]:after {
    content: " (" attr(title) ")";
  }
  #main-content a[href^="#"]:after,
  #main-content a[href^="javascript:"]:after {
    content: "";
  }
  h2,
  h3,
  h4 {
    page-break-after: avoid;
  }
  /*

  .single-entry #introduction .introduction-text{
    p{
    font-size: 16pt !important;
    line-height: 24pt !important;
    }
    font-size: 16pt !important;
    line-height: 24pt !important;
  }

*/
  .block-text p {
    text-indent: 30px;
  }
  .block-text p:first-child {
    text-indent: 0px;
  }
  .single-entry #main-content .first-text p:first-of-type {
    text-indent: 0px;
  }
  .single-entry #main-content .first-text p:first-of-type:first-letter {
    line-height: 45px;
    font-size: 50px;
  }
  .footnote-wrapper a {
    font-size: 9pt;
  }
  .footnote-marker-link {
    position: static;
    top: -3px;
    color: #000;
  }
  .footnote-marker-link .Footnotes-marker:after {
    display: none;
  }
  .footnote-marker-link sup {
    top: 0;
  }
  #read-next,
  #related-issues,
  #cite-this,
  #footer,
  .sidenote,
  .sticky-navbar,
  .sidebar-right,
  .btn-group-wrapper,
  .block-video,
  .see-more-link {
    display: none;
  }
  .text-block {
    float: none;
    position: static;
  }
  .english-text,
  .yiddish-text,
  .blockquote-yiddish-text,
  .blockquote-english-text {
    display: block;
    float: none;
    font-size: 12pt;
    line-height: 16pt;
  }
  .translation-wrapper {
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
  .yiddish-text {
    display: block !important;
    height: auto;
    width: 100% !important;
    margin-left: 0% !important;
    margin-right: 0% !important;
    position: relative;
    opacity: 1;
  }
  .english-text {
    display: block !important;
    height: auto;
    width: 100% !important;
    margin-left: 0% !important;
    margin-right: 0% !important;
    position: relative;
    opacity: 1;
    line-height: 20pt;
  }
  body.english .yiddish-text,
  body.yiddish .english-text {
    display: block !important;
    opacity: 1;
    width: 100% !important;
    margin-left: 0% !important;
    margin-right: 0% !important;
  }
  body.english .blockquote-yiddish-text,
  body.yiddish .blockquote-english-text {
    display: block;
    height: auto;
    font-size: 24pt;
    line-height: 32pt;
    opacity: 1;
  }
  body.both .yiddish-text,
  body.both .english-text {
    display: block !important;
    float: none;
  }
  .single-entry #main-content .first-text .yiddish-text p:first-of-type:first-letter {
    font-size: 68pt;
    line-height: 38pt;
  }
  .single-entry #main-content .first-text .english-text p:first-of-type:first-letter {
    font-size: 54pt;
    line-height: 44pt;
  }
  #citations {
    margin-top: 0;
  }
  pre,
  blockquote {
    border-width: 1px 0;
    border-color: #bbb;
    page-break-inside: avoid;
    padding: 10px 0;
  }
  .single-entry #main-content blockquote {
    font-size: 16pt;
    line-height: 20pt;
  }
  .single-entry .entry-content .caption {
    font-size: 8pt;
  }
  .single-entry .entry-content #citations span.input-group-addon {
    display: none;
  }
  #authors img {
    display: none !important;
  }
}
/*# sourceMappingURL=/styles/styles.map */