html {
    font-family: Arial;
    hyphens: auto;
}

body {
max-width: 800px;
padding-left: 10%;
padding-right: 10%;
line-height: 1.4;
}


.photocenter30, .photocenter50, .photocenter80, .photocenter90 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.photocenter30 {
  width: 30%;
}

.photocenter50 {
  width: 50%;
}
.photocenter80 {
  width: 80%;
}

.photocenter90 {
    width: 90%;
    border: 1px solid gray;
    padding: .5em;
}

a {
    text-decoration: none;
    color: blue;
}

a:visited {
    color: blue;
}

h2 {
    margin-top: 3em !important;
}


blockquote {
  background-color: #d9d9d9;
  padding: 10px 20px;
}

ul li {
  margin-top: 1em;
  margin-bottom: 1em;
}

ol li {
  margin-top: 1em;
  margin-bottom: 1em;
}


/* Span class AIL - Answer In-Line */

div.LeftIndent {
    margin-left: 3em;
}


h3 {
    margin-top: 3em;
}

h4 {
    font-size: 110%;
}

h5 {
    font-size: 100%;
    font-weight: normal;
    font-style: italic;
}


div.RDG h3 {
    margin-top: 4em;
    font-size: 120%;
}

div.RDG h4 {
    margin-top: 2em;
}

span.AIL {
    display: none;
    background-color: AntiqueWhite !important;}

/*
span.answer-inline a {
    color: #d9d9d9 !important;
}

span.answer-inline:hover {
    background-color: AntiqueWhite !important;
    color: black !important;
}

span.answer-inline:hover a {
    color: blue !important;
}

*/

div.AnswerClick, div.Answer {
    margin-left: 85%;
    margin-top: 5em;
    color: gray;
    font-size: 50%;
}

/*
div.Answer {
    color: #d9d9d9 !important;
    background-color: #d9d9d9 !important;
    margin-top: 0px !important;
    line-height: 150% !important;
    padding: 5px !important;
    padding-top: 0px !important;
    margin--top: 0px !important;
    max-height: 300px !important;
    overflow: auto !important;
    margin-bottom: 10px !important;
    margin-right: 1rem !important;
}


div.Answer a {
    color: #d9d9d9 !important;
}

div.Answer:hover, div.Answer:active {
    background-color: AntiqueWhite !important;
    color: #d9d9d9 !important;
}

div.Answer:hover a, div.Answer:active a {
    color: blue !important;
}

div.Answer {
    display: none;
}
*/

.example {
  background-color: #d9d9d9;
  padding: 10px 20px;
}

.ContractClause, .ContractClauseCentered {
  background-color: #d9d9d9;
  padding: 10px 20px;
}

.Bordered {
  padding: 10px 20px;
  border: thin solid black;
  background-color: AntiqueWhite;
}

.ContractClauseCentered {
  text-align: center;
}

div.FN {
  font-size: 90%;
  background-color: #d9d9d9;
  padding: 10px 20px;
}


table {
  width: 98%;
  /*  border: 3px  solid #d9d9d9;  */
 /*  background-color: #d9d9d9; */
}

div.BeforeAfter {
    margin-left: 2rem;
    margin-right: 2rem;
}

.BeforeAfter  col:nth-child(1) {
    width:10%;
    font-weight: bold;
}

/*
.BeforeAfter  td:nth-child(1) {
    font-weight: bold;
}
*/
/*
tr:nth-child(even) {
     background-color: #d9d9d9;
}
*/


td {
     vertical-align: top;
/*     border-bottom: thin solid #d9d9d9; */
     padding: 5px;
     max-width: 50%;
}

h2:not(div.MASTERTOC) {
    margin-top: 3em;
}


span.section-number-5, span.section-number-4, span.section-number-3, span.section-number-2   {
/*    display: inline-block; */
    padding-right: .5rem;
    display: inline-block;
    font-size: 85%;
    text-align: left;
    font-weight: normal;
}

span.section-number-2::after {
    content: ". ";
    white-space: pre; /* or pre-wrap */
}

div.GOUGE {
    background:   #faebd7;
}

span.graycheck, span.greencheck, span.redcheck  {
    font-size: 80%;
    width: 2rem;
    display: inline-block;
    text-align: center;
}

div.CMT span.graycheck, div.CMT span.greencheck, span.redcheck  {
    width: auto;
}

span.graycheck {
    color: DarkGray;
    font-size: 70%;
}

span.greencheck {
        color: ForestGreen;
}

span.redcheck {
    color: red;
}


@media print {
    html {
    max-width: 5.5 in !important;
    }
body {
    color: #000;
   }


h1 {
      color: #000;
   }

body, article {
      width: 100%;
      margin: 0;
      padding: 0;
   }

   @page {
      margin: 2cm;
   }


nav span.section-number-2::after {
    content: "\A";
    white-space: pre; /* or pre-wrap */
}

h2 {
          page-break-before: always;
	  text-align: center;
   }

h2, h3 {
    page-break-after::avoid;
}

img {
   max-width: 100% !important;
}

article {
   page-break-before: always;
}

ul, img {
   page-break-inside: avoid;
}


}
