/* -------------------------------------- */
/*  Gas Hub Calculator 2013  - Print CSS  */
/*  Ver          : 2.0                    */
/*  Created      : 22 Jan 2014            */
/*  Last Updated : 31 Mar 2014            */
/* -------------------------------------- */

/* -------------------------- */
/* 1. Hide Non Print Elements */
/* -------------------------- */

#nav-access,
.s-screen-only,
.title-db,
.btn,
.logo,
.l-db-sect-intro,
.l-db-sect-w-mascot,
.tab-nav,
#jsDisplayCombinedCostGraphBreakDownMBox,
.graph-comp-bottom-running-cost,
.m-box--hd,
.m-box--close,
.graph-price-label,
.legend-db-graph br,
.grouped-els-spinner-mn {
    display: none !important;
}

/* -------------------- */
/* 2. Standard Elements */
/* -------------------- */

@page {
    margin: 1.5cm 1cm;
}
/* apply a margin all the way around the page */

.clear {
    clear: both;
}

* {
    line-height: 1.5 !important;
    font-family: Georgia, Serif !important;
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
}

body {
    background: none;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6, h2 span, h4 span {
    font-family: Arial !important;
    font-weight: bold;
    margin: 0 0 10px 0;
    line-height: 105%;
}

h2, h3, h4 {
    page-break-after: avoid;
    orphans: 3;
    widows: 3;
}

h1 {
    font-size: 26px;
}

h2 {
    margin: 36px 0 12px;
    border-bottom: 1px solid #000;
    font-size: 26px;
}

h3 {
    margin: 36px 0 12px;
    font-size: 18px;
}

h4 {
    font-size: 14px;
}

p {
    margin-bottom: 24px !important;
    font-size: 14px;
    orphans: 3;
    widows: 3;
}

img {
    max-width: 100% !important;
    margin: 0 0 10px 0;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #06c;
}

    a[href]:after {
        /* content: " (" attr(href) ") "; */
        font-size: 80%;
        font-weight: normal;
    }

pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}

table {
    margin-bottom: 24px;
    width: 75%;
    page-break-inside: avoid;
}

.p-tbl-small {
    width: 50%;
}

thead {
    display: table-header-group;
}

tfoot td {
    font-weight: bold;
}

tr, img {
    page-break-inside: avoid;
}

th, td {
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
}

#l-content {
    width: 100%;
    background: transparent;
    float: none;
}

    #l-content ul {
        margin: 0 0 0 15px;
        padding: 0;
        font-size: 14px;
    }

    #l-content li p {
        font-size: 14px;
        margin: 0;
        padding: 0;
    }

    #l-content table {
        border: 1px solid #000;
        border-collapse: collapse;
        border-spacing: 0;
        margin: 0 0 15px;
    }

        #l-content table img {
            margin: 0;
        }

    #l-content td, #l-content th {
        border: 1px solid #000;
        vertical-align: middle;
        padding: 3px 5px !important;
    }

#l-comments, .s-print-pg-break {
    page-break-before: always;
}
/* put blog comment section to the new page - giving user option to print the comment or not */

/* ------------------------- */
/* 3. Site Specific Elements */
/* ------------------------- */

.p-first-hd {
    margin-top: 10px;
}

.l-db-sect {
    padding: 0 0.5cm;
}

.tm-note {
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
}

.tc-hd {
    font-weight: bold;
}

.tc-half, .tc-long {
    width: 50%;
}

.tc-qrtr {
    width: 23%;
}

.tc-med {
    width: 30%;
}

.tbl-legend-print {
    width: auto;
    border: 0 !important;
}

    .tbl-legend-print td {
        border: 0 !important;
        vertical-align: middle;
    }

    .tbl-legend-print img {
        display: block;
        padding-right: 5px;
    }
    
.print-tbl-full {
    width: 100%;
}

.print-tbl-auto-width-col td,
.print-tbl-auto-width-col th {
    width: auto;
}

.hd-db-graph-title br {
    display: none;
}

.accordion {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}

    h4.accordion--hd {
        font-family: Arial !important;
        margin: 36px 0 12px;
        padding: 0;
        font-size: 18px;
    }

    .accordion--content {
        display: block !important;
    }

.hd-db-graph-title--meta {
    display: block;
    margin-bottom: 5px;
    font-size: 15px !important;
}

.print-note,
.print-note p {
    font-size: 11px;
}

    .print-note strong {
        float: left;
        margin-right: 5px;
    }
    
.graph {
    margin-top: 36px;
}

.l-disclaimer {
    padding: 10px;
    border: 1px solid #000;
    page-break-inside: avoid;
}

#l-footer {
    border-top: 1px solid #000;
    padding-top: 24px;
    margin-top: 24px;
}

.copyright {
    float: left;
}

.legal {
    float: right;
}
