
.report-header {
    padding: 0px 20px 0px 0px;
}

/* Heads */
h1 {
    /* Bootstrap v3 Size */
    font-size: 36px;   
}
h2 {
     /* Bootstrap v3 Size */
    font-size: 30px;
}
h3 {
     /* Bootstrap v3 Size */
    font-size: 24px;
}
h4 {
     /* Bootstrap v3 Size */
    font-size: 18px;
}
h5 {
     /* Bootstrap v3 Size */
    font-size: 14px;
}

/* Body */
.report-body{
     padding: 0px 50px 0px 0px;
     font-size: 16px;
     line-height: 24px;
     /*max-width: 800px;*/
}

.report-body li {
    line-height: 24px;
}

/* Override Bootstrap anchor color */
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: none;
    color: inherit;
}

.report-toc{
     /*padding: 10px 5px 0px 0px;*/
     /*font-size: 14px;*/
}

/* Images */
img{
    border: 0px;
}

/* To resize images dynamically */
.report-body img {
     max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

/* Text Box */
.text-box {
	/*background-color:#f5f5f5;*/ /* Original background color */
    background-color:#d0d9e2;
    padding:1px 10px 5px 20px;
    margin: 0px 0px 20px 0px;
}


/* Define print format and style */
@media print {
    /* Set body and font color */
    body {
        color: #000;
        background: #fff;
        margin: 0 0 0 0.5in;
    }

    /* Hide unneeded elements */
    #banner, footer, .report-toc {
        display: none;
    }

    /* Show the report class */
    .report-body, .report-body * {
        visibility: visible;
    }

    /* Avoid images bleeding off the edge */
    img {
        max-width: 100% !important;
    }

    /* Avoid breaks in middle of these elements */
    ul, img, div.Analysis-Full, div.Report-Wide, div.Report-Full-Width, div.Analysis-Narrow {
        page-break-inside: avoid;
        padding: 5px 5px 0px 5px;
    }

    /* Put border around tables */
    div.Analysis-Full, div.Report-Wide, div.Report-Full-Width, div.Analysis-Narrow, div.text-box {
        border: solid 1px black;
    }

    /* Try to avoid childless headings at the bottom of a page */
    /* Effective it is not */
    h2, h3, h4 {
        page-break-after: avoid;
    }

    /* Indent bullets */
    ul {
        list-style: disc outside none;
        padding-left: 20px;
    }

    /* Show URLs in reports (this is disabled at the site level) */
    a[href^=http]:after {
        content: " <" attr(href) "> " !important;
    }  

    /* Set font properties for print */
    .report-body{
     font-family: 'Times New Roman';
     font-size: 12pt;
    }

}
