/**/

body {
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.42em;
}
#container {
    margin: 5px auto;
    width: 897px;
    z-index: 1;
}

.pdf-header {
    margin-top:100px; margin-bottom: 100px; text-align:center;page-break-after:always;
}
.pdf-author {
    font-size: 22px;
    margin-bottom: 10px;
}
.pdf-copy {
    font-size: 18px;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h2,h3 {
    font-size: 1.5em;
    margin: 1.66em 0 0.83em 0;
}
h4 {
    font-size: 1.17em;
    margin: 1em 0;
}
h5 {
    font-size: 1em;
    margin: 1.33em 0;
}
h6 {
    font-size: 0.83em;
    margin: 1.67em 0;
}
a {
    color: #1584D1;
}
a:visited {
    color: #004ad1;
}

@media print {
    body {
        font-family: "Lucida Grande";
        /* font-family: Calibri; */
        font-size: 16px;
        line-height: 20px;
    }
    .pdf-header {
        margin-top: 40%;
    }

    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
        letter-spacing: normal !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

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

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

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

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


/* BSG ADDONS 

html, body{
  height:100%;
}


.fullpage{
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  border: 1px solid transparent;
  page-break-after: always;
    position: relative;
}

.vertical-align{
  position:absolute;
  top:50%;
  width:100%;
}

.horizontal-align{
  text-align:center;
}



.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
*/