﻿@media print {
 @page { size:8.5in 11in; margin: 4mm }

 @page {
    content: counter(page) " of " counter(pages);
}

body
{
  margin: 1mm 4mm 0mm 4mm;
        counter-reset: chapter;
}

   table { page-break-inside:auto }
   tr    { page-break-inside:avoid; page-break-after:auto }

    .page-break	{ display: block; page-break-before: always; }

    thead {
        display: table-header-group;
    }

    tfoot {
 counter-reset: currentPage;
    }

    .footercounter:after {
        counter-increment: page;
        content: counter(page);
        text-align: right;
        font-size: 12px;
    }

    .preview_container {
        margin-left: 10px;
        margin-right: 10px;
    }

    #topHeader{
        margin-top:10px;
    }

    .lblprogramoverdiv {
        font-family: 'Arial';
        font-style: normal;
        font-size: 15px;
    }

    .lblutilitydiv {
        font-family: 'Arial';
        font-weight: 700;
        font-style: normal;
        font-size: 20px;
        color: #999999;
        margin-top:5px;
    }

    .piphorizontal_line {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #000;
    margin: 0.2em 0;
    padding: 0;

    }

    .rebate_table {
        font-size: 13px ;
        font-weight: bold;
        color: Black;
        text-align: left;
      border-collapse:collapse !important;
        border: 1px solid black;
        margin-top: 10px;
    }

    .rebate_tr_head {
        height: 40px;
        background-color: #55A51C;
        background-image: -moz-linear-gradient(center top, #7BC53E 0%, #55A51C 100%);
        background-position: 0px 0px;
        background-repeat: repeat-x;
        font-weight: bold;
    }

    .rebate_table th {
        color: White;
        width: 70%;
        font-size: 16px;
        text-align: left;
        vertical-align: middle;
        border: 1px solid black;
        padding-left: 5px;
    }

    .rebate_tr_item {
        background-color: White;
        font-weight:bold;
    }

    .nonrebate_tr_item {
        background-color: White;
        font-weight:normal;
    }

    .rebate_table td {
          vertical-align: middle;
        text-align: left;
        border: 1px solid #000;
        padding-left: 5px;
    }

    .section_header {
        font-size: 15px;
        font-weight: bold;
        color: #0fad0f;
        text-decoration: underline;
    }

    .section_subheader {
        font-family: 'Arial Bold', 'Arial';
        font-weight: 700;
        font-size: 15px;
    }

    .section_subitem {
        margin-top: 5px;
    }
    .fntfooter{
        font-size:11px;
    }

    .fineprint
    {
        font-size:11px;
    }

}