/* Print Style Sheet */

@media print {
    
body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    /* margin: 2cm 25mm 2cm 25mm; */
}

#page { display: block; width:100%; margin:0px auto;
    margin-left: auto;
    margin-right: auto;
    zoom: 1;
}

#header {  /* height:75px;  new */
    font-size: 24pt;
    color:black; }

#content {
    width:auto;
    /* max-width: 100%; 75% */
    padding: 10px 10px 10px 10px;
    margin-right: 2px;
    /* margin-bottom: 2px; */
    margin-top: 2cm ;
    margin-bottom: 2cm ;
    float:none;
    /* margin: 2cm 25mm 2cm 25mm; */
}

#delimiter { clear: both; }
#sidebar { display:none; }
#footer { display:none;}

#simplebookfooter {
    position:static;
    bottom:0;
    clear: both;
    margin-bottom: 2px;
}

.title {
    font-size: 11pt;
    font-family: verdana;
    font-weight: bold;
}

p {
    text-align: justify;
    text-justify: inter-word;
    widows: 2;
    orphans: 2;
}

img {
    max-width: 90%;
    height: auto;
    display: block;
    margin: auto;
}

.noPrint {
    display: none;
}

.noDisplay {
}

p, ul, ol, li {
    font-family: "Times New Roman", Times, serif;
}

hr {
    hr.new1 {
        border-top: 1px solid black;
    }
}

ul {
    list-style-type: disc;
}

li h2 {
    font-size: 1.00em;
}

li h3 {
    font-size: 0.83 em;
}

h1, h2, h3, h4, h5, h6 { page-break-after:avoid;
    page-break-inside:avoid; text-align: left;
}

blockquote, table, pre { page-break-inside:avoid; }
ul, ol, dl  { page-break-before:avoid; }

img { page-break-inside:avoid;
    page-break-after:avoid;
    
}

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
    page-break-inside:avoid;
    page-break-after:avoid;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

}
.endsection {
    page-break-before: always;
}

.course-title-area {
    text-align: center;
}

.end-of-course-page {
    page-break-after: always;
}

a:link {
    color: SteelBlue;
    text-decoration: none;
}

ol {
  padding-left: 0px;
}

}

