@page {
  margin: 0.5cm;
}
/* media=all to catch wonky browser Preview bug in Chrome */
@media all{
  body #printview{
    width: 100%;
    font-family: 'Times New Roman', serif;
    background: transparent !important;
    font-size: 12pt;
    margin: 0;
    padding: 0;
  }
  #printview{
    position: static;
    margin: 0;
    padding: 0 2em 0 2em;
    width: 90%;
    height: 100%;
  }
  body #homepage,
  div #home,
  body #landing-page,
  body #landing-biographies,
  body #about{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #333;
    margin: 10px 0 10px 0;
    padding: 0;
  }
  h1{
    color: #333;
    font-size: 120%;
    margin: 10px 0 0 0;
  }
  h2{
    color: #333;
    font-size: 100%;
    margin: 5px 0;
  }
  img{
    border: 0;
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  a{
    text-decoration: underline;
    color: #000;
  }
  .clear{
    clear: both;
  }
  .clear_menu{
    clear: both;
    height: 0;
    line-height: 0.0;
    font-size: 0;
  }
  .contextual-menu{
    font-size: 85%;
    margin: 10px 0 5px 0;
    float: left;
    padding: 0;
  }
  .contextual-menu.right{
    float: right;
    margin-right: 10px;
    text-align: right;
  }
  .contextual-menu.right p{
    margin: 0 0 5px 0;
  }
  .landing-image{
    border: 1px solid #999;
    float: right;
    margin: 5px 0 10px 10px;
  }
  .bold{
    font-weight: bold;
  }
  .quote{
    font-family: "Times New Roman", Times, serif;
    color: #7A7A7A;
    font-size: 110%;
  }
  #home,
  #landing,
  #search-results,
  #results-grid{
    margin: 0 auto;
    border: 1px solid #B1CAC1;
    padding: 3px;
  }
  #home #content p,
  #landing #content p{
    line-height: 120%;
  }
  /* Begin Homepage Styles */
  #home h2{
    color: #36608C;
    font-size: 120%;
  }
  #home h3{
    font-size: 110%;
    margin: 2px 0;
  }
  #home #header{
    margin: 0 auto;
    padding: 0;
    border-bottom: 3px solid #fff;
  }
  #home #header-narrow{
    border-bottom: 3px solid #fff;
  }
  #home #header img{
    border: 0;
  }
  #home #content{
    padding-top: 40px;
    margin: .5em;
    border: 0;
  }
  #home .button{
    margin-left: 5px;
    border: 0;
  }
  #home #content-primary,
  #home #content-secondary{
    /* float: left; */
    display: block;
  }
  #home #content-primary .inner,
  #home #content-secondary .inner{
    margin: 0;
    padding-right: 30px;
    border-right: 1px solid #D1DDDE;
  }
  #home #content-primary .intro{
    font-weight: bold;
    font-size: 90%;
  }
  #home #content-primary .pull_quote{
    font: italic 110% "Times New Roman", Times, serif;
    color: #666;
  }
  #home #content-primary .pull_quote_link{
    color: #7E2B00;
    font-style: normal;
    font-size: 85%;
    /* text-decoration: underline; */
  }
  #home #content-primary #intro{
    padding: 0;
    float: left;
  }
  #home #content-primary #intro p{
    font-size: 85%;
    line-height: 150%;
  }
  #home #content-primary img{
    margin-left: 10px;
    float: right;
    border: 1px solid #999;
  }
  #home #content-secondary .bucket{
    border: 3px double #D1DDDE;
    margin-bottom: 30px;
    padding: 3px 5px;
  }
  #home #content-secondary .bucket p{
    margin: 0;
  }
  #home #content-secondary img{
    float: left;
    margin: 40px 0 0 30px;
  }
  /* End Homepage Styles */
  #popup #header h1{
    font-size: 120%;
    margin: 5px 0 0 5px;
    float: left;
  }
  #popup #header #subhead{
    display: none;
  }
  #popup #header-small{
    border: 1px solid #B1CAC1;
    background-color: #EBF1F1;
    vertical-align: middle;
    padding: 5px;
  }
  #popup #header-small h1{
    font-size: 110%;
    float: left;
    margin: 0;
  }
  #popup #popup-content{
    padding: 10px;
  }
  #popup h2{
    margin: 0;
    padding: 0;
    font-size: 110%;
  }
  #popup .search_tab{
    background-color: #eee;
    padding: 3px;
    font-size: 90%;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 8em;
    text-align: center;
    float: left;
    margin-right: 2px;
    margin-bottom: 0;
  }
  #popup .details-table{
    margin: 0 auto;
    margin-top: 5px;
    width: 415px;
  }
  #popup.biography-individual .details-table{
    width: 550px;
  }
  #popup.biography-individual .details-table p{
    margin-top: 0;
  }
  #popup .scrolling{
    overflow: auto;
    max-height: 400px;
    border: 1px solid #ccc;
  }
  #popup .details-table h2{
    font-size: 100%;
  }
  #popup .details-table .left{
    width: 120px;
  }
  #popup .details-table .right{
    padding-top: 3px;
  }
  #popup .details-table .indent{
    margin: 5px 0 0 10px;
  }
  #popup #popup-table{
    margin: 20px 0 10px 0;
  }
  #popup #search-form .tip-box{
    float: left;
    margin: 7px 3px 0 0;
    text-align: center;
    font-size: 90%;
    font-weight: bold;
  }
  #popup #search-form .tip-text{
    font-size: 85%;
    width: 90%;
    margin: 7px 0 2px 0;
    float: left;
  }
  #popup .sub{
    margin-left: 25px;
  }
  #content hr{
    color: #ccc;
    background-color: #ccc;
    width: 95%;
    height: 1px;
    border: 0;
    margin: 0 auto;
    padding: 0;
    clear: both;
  }
  #content #browse{
    border: 1px solid #BAC6C4;
    width: 135px;
    float: right;
    margin: 13px 10px 0 10px;
    text-align: center;
    padding: 0 0 10px 0;
    background-image: url(../../icons/mtp/background_bucket.gif);
  }
  #content #bucket-header{
    background-color: #D1DDDE;
    padding: 5px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #BAC6C4;
    text-align: center;
  }
  #search-terms{
    float: left;
  }
  #current-facets{
    float: left;
    margin: 10px 0 0 0;
    font-size: 90%;
  }
  #current-facets .value{
    border: 1px solid #B2CBC2;
    background-color: #eee;
    padding: 4px 6px;
    float: left;
    margin-right: 10px;
    font-weight: bold;
  }
  .hitcount{
    float: right;
    font-size: 90%;
    text-align: right;
    line-height: 1.2;
  }
  #search-results .keywords,
  #results-grid .keywords{
    font-weight: bold;
  }
  #search-results .add-to-list{
    margin-bottom: 3px;
  }
  #content #my-list{
    font-size: 95%;
    border: 1px solid #BBD0D3;
    padding: 10px;
    margin: 5px 0 20px 0;
  }
  #content #my-list .outer{
    float: left;
    margin-left: 15px;
    text-indent: -2em;
    padding-left: 2em
  }
  #content #my-list .left{
    float: left;
  }
  #content #my-list .button{
    margin-right: 10px;
  }
  #content #my-list .item{
    float: left;
    margin-bottom: 20px;
  }
  #content #my-list .note{
    float: left;
    margin: 10px 0 0 30px;
  }
  #content #my-list hr{
    margin-bottom: 15px;
  }
  #object{
    margin: 0 auto;
    border: 1px solid #B1CAC1;
    padding: 3px;
  }
  #object #content #resize{
    width: 34em;
    text-align: left;
    margin: 10px 0 5px 0;
    cursor: pointer;
  }
  #object .pagination{
    text-align: left;
    font-size: 90%;
    margin: 5px 0 5px 0;
    width: 34em;
  }
  #object #content-primary{
    height: auto !important;
    margin-top: 10px;
    padding: 5px 5px 5em 5px;
    float: left;
    overflow: visible;
    border: 1px solid #ccc;
  }
  #printview #content-primary .blank{
    background-color: #fff;
    text-decoration: none;
    border: 0;
  }

  #printview #content-secondary h2,
  #object #biography #content-primary h2{
    font-family: Arial, serif;
    padding: 5px 0 5px 7px;
    font-size: 85%;
    font-weight: bold;
    border-bottom: 1px solid #BAC6C4;
    margin: 0;
  }
  #printview #content-secondary #notes .hidden{
    display: none;
    margin-bottom: 10px;
  }
  #printview #content-secondary #notes .more-link{
    margin-left: 5px;
    display: block;
  }
  /* end lifted object-view styles */
  /* About MTPO page styles */
  #about #content-primary p{
    text-align: justify;
    font-size: small;
  }
  #about #content-primary p.hang{
    text-indent: -2em;
    padding-left: 2em;
    margin: 0;
    padding-bottom: 0;
  }

  #printview #content-primary .hangbib1,
  #printview #content-secondary .hangbib1,
  #printview #content-secondary #notes p.hangbib1{
    clear: both;
    text-indent: -2em;
    text-align: left;
    padding-left: 2em;
    padding-bottom: 1em;
  }

  #printview #content-primary .hangbib2,
  #printview #content-secondary .hangbib2,
  #printview #content-secondary #notes p.hangbib2{
    clear: both;
    text-indent: -1em;
    text-align: left;
    padding-left: 3em;
    padding-bottom: 1em;
  }
  #about #content-primary p.narrow{
    margin: 0;
  }
  #about .centertext,
  #about .centertitle{
    margin-left: auto;
    margin-right: auto;
  }
  #about .code{
    margin-left: 5em;
    text-indent: -5em;
    color: #000FFF;
  }
  #about p.indent-text{
    margin-left: 5em;
  }
  #about div.facsimile{
    margin-left: 10em;
    width: 18em;
  }
  #about div.facsimile .left{
    width: 2em;
    float: left;
  }
  #about div.facsimile .right{
    width: 15em;
    float: right;
  }
  #about #content-primary ul.toc{
    list-style-type: none;
    list-style-image: none;
  }
  #about .image-left p,
  #about .image-right p,
  #about .image-center2 p{
    text-align: center;
    font-size: 85%;
    text-indent: 0;
  }
  #about .image-center p{
    text-align: justify;
    font-size: 85%;
    text-indent: 0;
  }
  #about .image-center{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
  }
  #about .image-center2{
    text-align: center;
    margin: 5px 10px 10px 10px;
  }
  #about .image-left{
    float: left;
    margin: 5px 10px 10px 0;
  }
  #about .image-right{
    float: right;
    margin: 5px 0 10px 10px;
  }
  /* end About MTPO styles */
  /* begin printview styles */
  #masthead{
    padding: 0;
  }
  #printview #content-primary{
    float: none !important;
    width: 100%;
    height: 100% !important;
    margin: 0;
    padding: 0;
    overflow: visible;
  }
  #printview #content-secondary{
    height: auto !important;
    float: none !important;
    position: static;
    margin-top: 10%;
    overflow: visible;
  }
  #printview #content-primary p{
    line-height: 1.8em;
    margin: 0px;
    text-align: justify;
  }
  #printview #content-secondary p{
    display: block;
    margin: 0px;
    text-align: justify;
  }
  #printview #content-secondary #notes p{
    padding-bottom: .5em;
    line-height: 1.4em;
  }
  #printview h2{
    font-family: Arial, serif;
    padding: 2em 0 1.5em 0;
    font-size: 110%;
    font-weight: bold;
    margin: 0;
  }
  #printview #content-primary h2,
  #printview #content-secondary h2{
    padding: 1.5em 0 1em 0;
    color: #000000;
  }
  #printview #content-secondary h3{
    font-family: Arial, serif;
    padding: 0;
    font-size: 100%;
    margin: 0;
  }

  #printview #content-primary .add,
  #printview #content-secondary .add{
    font-size: 130%;
    vertical-align: sub;
    font-style: normal;
    font-variant: normal;
  }

  /* these are for AutoMT3, page 285, o00195.png*/
  /*#printview #content-primary p.amt3-m285:first-letter {
color: white;
}*/
  #printview #content-primary .amt3-m285drop{
    background: url(../../icons/mtp/o00195.png) no-repeat scroll 0 0;
    float: left;
    margin-top: 6px;
    padding-right: 8px;
    color: rgba(0, 0, 0, 0);
    width: 36px;
    height: 48px;
  }


  #printview #content-primary .blockindent,
  #printview #content-secondary .blockindent{
    width: 26em;
    text-indent: 0em;
    padding-left: 4em;
    padding-right: 4em;
    margin: 0px;
    text-align: justify;
  }
  #printview #content-primary .blockquote{
    padding: .2em .2em .2em 1em;
    max-width: 32em;
  }
  #printview #content-secondary .blockquote{
    padding: .2em .2em .2em 1em;
    max-width: 32em;
  }
  #printview #content-primary .bold,
  #printview #content-secondary .bold{
    font-weight: bold;
  }
  #printview #content-primary .boxed,
  #printview #content-secondary .boxed{
    text-indent: 2em;
    border: thin solid black
  }
  .caption{
    text-align: center;
    display: block;
    font-size: .9em;
  }
  .img-left .caption,
  .img-right .caption{
    display: block;
    padding-left: 2em;
    font-size: .9em;
    /*  float: left;*/
  }
  /*#printview #content-primary .img-right .caption {
  padding-left: 2em;
  font-size: .9em;
  float: right;
}*/

  .caret{
    background-image: url(../../icons/mtp/ts_caret.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: .4em;
  }
  #printview #content-primary .center,
  #printview #content-secondary .center{
    text-align: center;
    margin: 0 auto;
    text-indent: 0em;
  }
  #printview #content-primary .centerhead,
  #printview #content-secondary .centerhead{
    text-align: center;
    font-weight: bold;
    padding: .5em 0 2em 0;
    margin-top: .5em;
    line-height: 1.2em;
    font-size: 105%;
  }
  #printview #content-primary .centerautosum,
  #printview #content-secondary .centerautosum{
    text-align: center;
    font-weight: bold;
    padding: .7em 0 .5em 0;
    margin: .5em 2em .5em 2em;
  }
  #printview #content-primary .centermonogram,
  #printview #content-secondary .centermonogram{
    /* position:relative; */
    margin-left: auto;
    margin-right: auto;
  }
  #printview #content-primary .circled,
  #printview #content-secondary .circled{
    font-variant: small-caps;
    font-style: italic;
  }
  #printview #content-primary .dash-ltrsp,
  #printview #content-secondary .dash-ltrsp{
    letter-spacing: 1px;
    font-style: italic;
  }
  #printview #content-primary .del,
  #printview #content-secondary .del{
    text-decoration: line-through;
  }
  #printview #content-primary .delus,
  #printview #content-secondary .delus{
    background-image: url(../../icons/mtp/ts_deleted_underscore.png);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: .3em;
  }
  #printview #content-primary .dot-underline,
  #printview #content-secondary .dot-underline{
    border-bottom: 1px dotted #666;
  }
  .doubledel{
    background-image: url(../../icons/mtp/ts_double_deletion.png);
    background-repeat: repeat-x;
    background-position: center;
    padding-bottom: .2em;
  }
  .editorialheading{
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    margin: 5px;
    line-height: 1.4;
    padding-bottom: .2em;
  }
  .em-space{
    width: 1em;
    vertical-align: bottom;
    height: 0;
    margin: 0;
  }
  .en-space{
    width: .6em;
    vertical-align: bottom;
    height: 0;
    margin: 0;
  }
  .envline{
    margin: 1em 0 0 0;
    padding: 0;
    clear: both;
  }
  .formfill{
    font-size: 120%;
    font-variant: normal;
  }
  .hand{
    background-color: #D3D3D3;
  }
  .hang{
    clear: both;
    text-indent: -2em;
    padding-left: 2em
  }
  .headwk{
    font-weight: bold;
    text-align: center;
    font-size: 120%;
  }
  /*
   not used
  #printview #content-primary .hr-env {
  color: #ccc;
  background-color: #ccc;
  width: 32em;
  height: 1px;
  border: 0;
  margin: 0 auto;
  padding: 0;
  clear: both;
  }
 */

  .hr-doublerulebottom,
  .hr-doubleruletop,
  .hr-heavyparallel,
  .hr-heavyrule,
  .hr-lightparallel,
  .hr-lightrule{
    width: 4em;
    margin-top: .5em;
    margin-bottom: .5em;
    margin-left: auto;
    margin-right: auto;
  }
  .hr-doublerulebottom{
    height: .3em;
    border-top: .05em solid #333;
    border-bottom: .15em solid #333;
  }
  .hr-doubleruletop{
    height: .3em;
    border-top: .15em solid #333;
    border-bottom: .05em solid #333;
  }
  .hr-fancy,
  .hr-oakleaf{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .hr-heavyparallel{
    height: .3em;
    border-top: .15em solid #333;
    border-bottom: .15em solid #333;
  }
  .hr-heavyrule{
    height: .1em;
    border-top: .15em solid #333;
  }
  .hr-lightparallel{
    height: .3em;
    border-top: .05em solid #333;
    border-bottom: .05em solid #333;
  }
  .hr-lightrule{
    height: .1em;
    border-top: .05em solid #333;
  }
  .hr-lighttriple{
    background-image: url(../../icons/mtp/ts_underscore_triple.png);
    background-position: 100%;
    display: block;
    width: 4em;
    height: .5em;
    margin-left: auto;
    margin-right: auto;
  }
  .illustration-center{
    text-align: center;
    padding: 10px;
  }
  .illustration-center img{
    margin-bottom: 10px;
  }
  .img-static{
    text-align: center;
    padding: 0;
  }

  .img-static img.logo{
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .illustration-left{
    width: 275px;
    padding: 10px;
  }
  .illustration-left .illustration{
    float: left;
    margin: 0 10px 5px 0;
    text-align: center;
  }
  .illustration-right{
    width: 275px;
    padding: 10px;
  }
  .illustration-right .illustration{
    float: right;
    margin: 0 0 5px 10px;
    text-align: center;
  }
  #printview #content-primary img,
  #printview #content-secondary img{
    border: 0 none;
  }
  img.block,
  .img-center,
  .img-left,
  .img-right{
    display: block;
    text-align: center;
    text-indent: 0em;
    margin: 10px auto;
    padding: 5px;
    max-width: 180px;
  }
  .img-centerprint{
    margin: 0 auto;
    text-align: center;
    padding: 5px;
  }
  #printview .img-init{
    margin: 0 auto;
    text-align: left;
    padding: 0 5px 0 5px;
  }
  #printview .img-left{
    float: left;
    width: auto;
    padding: 0 5px 0 5px;
    display: inline-block;
  }
  #printview .img-right{
    float: right;
    width: auto;
    padding: 0 5px 0 5px;
    display: inline-block;
  }

  #printview img.glyph,
  #printview img.inline{
    border: 0 none;
    margin: 0;
  }
  img.glyphbase{
    border: 0 none;
    margin: 0;
    vertical-align: bottom;
  }
  #printview #content-primary .indent{
    text-indent: 1em;
  }
  .indentdateline{
    text-indent: 19em;
    margin: 0;
  }
  .indentcompclose{
    text-indent: 19em;
  }
  .indentsig{
    text-indent: 21em;
    margin: 0;
    height: 2em;
  }
  .inline{
    display: inline;
  }
  .italic,
  .italus{
    font-style: italic;
  }
  #printview #content-primary .large,
  #printview #content-secondary .large{
    font-size: 110%;
  }
  #printview #content-primary .left,
  #printview #content-secondary .left{
    text-indent: 0em;
    margin: 0;
    text-align: left;
  }
  .letterhead{
    font-variant: small-caps;
    font-size: 80%;
    line-height: 1.2em;
  }
  .monogramtext{
    color: #336699;
    font-size: .9em;
    font-variant: small-caps;
    font-style: italic;
    margin: 0;
    text-indent: 0;
  }
  .noindent{
    text-indent: 0em;
  }
  .noindgap{
    padding-top: 6px;
  }
  #printview #content-primary .normal,
  #printview #content-secondary .normal{
    font-style: normal;
    font-variant: normal;
    font-size: 1em;
  }
  .overline{
    text-decoration: overline;
  }
  #printview #content-primary .print,
  #printview #content-secondary .print{
    font-size: 80%;
    font-variant: small-caps;
    line-height: 1.2em;
  }
  #printview #content-primary .right,
  #printview #content-secondary .right{
    text-align: right;
  }
  .rightmonogram{
    left: 34em;
  }
  #printview #content-primary .shaded,
  #printview #content-secondary .shaded{
    background-color: #D3D3D3;
  }
  #printview #content-primary .small,
  #printview #content-secondary .small{
    font-size: 94%;
  }
  .smallcaps{
    font-variant: small-caps;
    font-style: normal;
  }
  .smallital{
    font-variant: small-caps;
    font-style: italic;
  }
  #printview #content-primary .source,
  #printview #content-secondary .source{
    font-size: 70%;
    padding-top: .25em;
    margin-bottom: 3em;
    line-height: 1.2em;
  }
  .subscript{
    vertical-align: sub;
    font-style: normal;
    font-variant: normal;
    font-size: 78%;
    /*  line-height:0; */
  }
  .superscript{
    vertical-align: super;
    text-decoration: none;
    font-size: 78%;
    line-height: 0;
  }
#printview #content-secondary #notes span.superscript+p {
/* skg 20160717: makes P5 letter note ref abut note content */
  display: inline;
}
  #printview #content-primary .tpDate,
  #printview #content-secondary .tpDate{
    text-align: center;
    font-size: 90%;
  }
  #printview #content-primary .tpHdr,
  #printview #content-secondary .tpHdr{
    text-align: center;
    font-size: 90%;
    padding-top: .4em;
  }
  #printview #content-primary .tpName,
  #printview #content-secondary .tpName{
    text-align: center;
    font-size: 90%;
  }
  #printview #content-primary .tpResp,
  #printview #content-secondary .tpResp{
    font-style: italic;
    text-align: center;
    padding-top: .8em;
    font-size: 90%;
  }
  #printview #content-primary .tpTitle,
  #printview #content-secondary .tpTitle{
    text-align: center;
    font-weight: bold;
    font-size: 135%;
    padding: .5em 0 .5em 0;
    margin-top: .5em;
  }
  #printview #content-primary .tpVol,
  #printview #content-secondary .tpVol{
    font-style: italic;
    padding-top: 1em;
    text-align: center;
    font-size: 105%;
  }
  #printview #content-primary .thinspace,
  #printview #content-secondary .thinspace{
    letter-spacing: 1px;
  }
  #printview #content-primary .underline,
  #printview #content-secondary .underline{
    text-decoration: underline;
  }
  #printview #content-primary .twous,
  #printview #content-secondary .twous{
    border-bottom: 3px double;
  }
  #printview #content-primary .threeus,
  #printview #content-secondary .threeus{
    background-image: url(../../icons/mtp/ts_underscore_triple.png);
    background-repeat: repeat-x;
    background-position: 100%;
    padding-bottom: 1.4em;
    line-height: 1.6;
  }
  #printview #content-primary .virgule,
  #printview #content-secondary .virgule{
    background-image: url(../../icons/mtp/ts_virgule.png);
    background-repeat: no-repeat;
    background-position: 40% 40%;
  }
  #printview #content-primary .wavy-bold,
  #printview #content-secondary .wavy-bold{
    font-weight: bold;
  }
  #printview #content-primary .xsmall,
  #printview #content-secondary .xsmall{
    font-size: .8em
  }
  #printview #content-primary .xs-smallcaps,
  #printview #content-secondary .xs-smallcaps{
    font-variant: small-caps;
    font-size: 80%;
  }
  #printview #content-primary p.bd,
  #printview #content-secondary p.bd{
    text-indent: 2em;
    text-align: left;
    display: inline;
  }
  #printview #content-primary span.paraph,
  #printview #content-secondary span.paraph{
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: .7em;
    background-image: url(../../icons/mtp/ts_paraph.png);
  }
  /*
   end printview object view styles /*
/* Begin graphicGroup support */
  #printview #content-primary .left-brace-scalable,
  #printview #content-secondary .left-brace-scalable{
    float: left;
    margin-top: -.05em;
    /*
  margin-left: .1em;
  margin-right: .1em;
 */
    margin-left: 1px;
    margin-right: 1px;
    font-family: 'Times New Roman', serif;
  }
  #printview #content-primary .right-brace-scalable,
  #printview #content-secondary .right-brace-scalable{
    float: left;
    margin-top: -.05em;
    margin-left: .1em;
    margin-right: .1em;
    font-family: 'Times New Roman', serif;
  }
  #printview #content-primary .font-2,
  #printview #content-secondary .font-2{
    font-size: 2em;
  }
  #printview #content-primary .font-3,
  #printview #content-secondary .font-3{
    font-size: 3em;
  }
  #printview #content-primary .font-4,
  #printview #content-secondary .font-4{
    font-size: 4em;
  }
  #printview #content-primary .line-box,
  #printview #content-secondary .line-box{
    margin: 0;
    padding: 1px;
    border: 1px solid #ccc;
  }
  #printview #content-primary .text-box,
  #printview #content-secondary .text-box{
    margin: 0;
    padding: 1px;
  }
  #printview #content-primary .text-box span,
  #printview #content-secondary .text-box span{
    /* vertical-align: middle; */
  }
  #printview #content-primary .text-box .text,
  #printview #content-secondary .text-box .text{
    float: left;
  }
  /* End graphicGroup */
  /* Begin table styles */
  #printview #content-primary div.dtpList{
    left: 0em;
    padding: .2em;
    position: static;
    width: 95%;
    margin: .2em;
  }
  #printview #content-primary div.dtpLabel{
    float: left;
    width: 9em;
    min-height: 3em;
    padding-right: 1em;
    margin: 8px 0 .5em 0;
    text-align: center;
    vertical-align: top;
    line-height: 1.4;
  }
  #printview #content-primary div.dtpItem{
    margin: 0 0 .5em 0;
    text-align: justify;
  }
  #printview #content-primary table,
  #printview #content-secondary table{
    left: 0em;
    vertical-align: baseline;
    position: static;
    border: none;
  }
  #printview #content-primary .noborder,
  #printview #content-secondary .noborder{
    border: none;
  }
  #printview #content-primary table.automargnote{
    margin: 3px;
    border: thin solid black;
    border-collapse: collapse;
  }

  #printview #content-primary table.automargnote thead td,
  #printview #content-primary tr.label td{
    text-align: center;
    font-weight: bold;
  }

  #printview #content-primary table.automargnote tbody td{
    line-height: 1.4em;
    text-align: left;
    border: 1px solid black;
  }
  #printview #content-primary table.blockquote,
  #printview #content-secondary table.blockquote{
    max-width: 90%;
    text-align: justify;
    position: static;
    margin-left: 1em;
    padding: .5em;
    border: 0;
  }
  #printview #content-primary table.blockquotetbl,
  #printview #content-secondary table.blockquotetbl{
    max-width: 80%;
    text-align: justify;
    position: static;
    margin-left: 1em;
    padding: .5em;
    border: 0;
  }
  #printview #content-primary table.clipping,
  #printview #content-secondary table.clipping{
    border: thin solid black;
    margin: 10px 1.5em 10px 1em;
    padding: .25em;
    text-align: justify;
    min-width: 50%;
    max-width: 90%;
    position: static;
  }
  #printview #content-primary table.clipping p,
  #printview #content-secondary table.clipping p{
    line-height: 1.3em;
  }
  #printview #content-primary table.embeddedblockquote,
  #printview #content-secondary table.embeddedblockquote{
    width: 30em;
    text-align: justify;
    position: static;
    margin-left: 2em;
    border: 0;
  }
  #printview #content-primary table.form,
  #printview #content-secondary table.form{
    border: thin solid black;
    /* margin:.125em; */
    /* width:33em; */
    text-align: justify
  }
  #printview #content-primary table.form td p{
    padding: 0 1.5em .3em 1.5em;
  }

  #printview #content-primary table.gutter2col td.gutter{
    width: 10px;
  }

  #printview #content-primary table.gutter2col td{
    width: 450px;
  }
  #printview #content-primary table.simplelist td,
  #printview #content-secondary table.simplelist td{
    padding: .25em .5em .25em .5em;
    text-align: left;
    text-indent: -.5em;
    margin-left: 1em;
  }
  #printview #content-primary table.tblInset td,
  #printview #content-primary table.tblList td,
  #printview #content-secondary table.tblList td{
    padding: .25em .5em .25em .5em;
    text-align: left;
    margin-left: 1em;
    border: none;
  }
  #printview #content-primary table.tblInset{
    margin-left: 3em;
  }
  #printview #content-primary table.tblList,
  #printview #content-secondary table.tblList{
    position: static;
    margin-left: 5em;
  }
  #printview #content-primary table.tblList td.gloss{
    display: table-cell;
    vertical-align: top;
    text-align: left;
  }
  #printview #content-primary table.tight{
    margin: 0;
    padding: 1px;
    font-size: 90%;
  }
  #printview #content-primary .v-middle,
  #printview #content-secondary .v-middle{
    vertical-align: middle;
  }
  #printview #content-primary table.witlist,
  #printview #content-secondary table.witlist{
    position: static;
    margin-left: 3em;
    padding: 1em
  }
  #printview #content-primary table.witlist td{
    padding-right: .5em;
  }

  #printview #content-primary td,
  #printview #content-secondary td{
    vertical-align: baseline;
    border: none;
  }
  #printview #content-primary .tblAlts,
  #printview #content-secondary .tblAlts{
    line-height: 1.4em;
    padding-right: .5em;
    padding-left: .5em;
    text-indent: -.5em;
    text-align: left;
  }
  #printview #content-primary td.w12,
  #printview #content-primary td.w12f{
    width: 12%;
  }
  #printview #content-primary td.w25,
  #printview #content-primary td.w25f{
    width: 25%;
  }
  #printview #content-primary td.w33,
  #printview #content-primary td.w33f{
    width: 33%;
  }
  #printview #content-primary td.w49,
  #printview #content-primary td.w49f{
    width: 49%;
  }

  #printview #content-primary tr,
  #printview #content-secondary tr{
    vertical-align: baseline;
  }
  /* End table styles */
  input,
  div.citation,
  #content-nav,
  .jump-to-content,
  .delete-link,
  .contextual-menu,
  #site-search,
  #header #browse,
  #site-nav,
  #site-nav-wrapper,
  #citation-wrapper,
  #my-citations,
  #site-search,
  #content #breadcrumb,
  #content .pagination,
  #content #view-options-link,
  .asterix,
  #footer{
    display: none;
  }
}