@media print {

    * {
        background: transparent !important;
        color: #000 !important;
        text-shadow: none !important;
        filter:none !important;
        -ms-filter: none !important;
    }

    body {
        margin:0;
        padding:0;
        line-height: 1.2em;
        /*font: 12pt Georgia, "Times New Roman", Times, serif;*/
        color: #000;
        font-family: verdana, arial, sans-serif ;
        font-size: 10px ;

    }

    @page {

    }

    .no-print, nav, video, audio, object, embed {
        display:none;
    }

    .print {
        display: block;
    }

    img {
        max-width: 100%;
    }

    input {
        display: none;
    }

    aside {
        display:block;
        page-break-before: always;
    }

    h1 {
        font-size: 24pt;
    }

    h2 {
        font-size: 18pt;
    }

    h3 {
        font-size: 14pt;
    }

    p {
        font-size: 12pt;
        widows: 3;
        orphans: 3;
    }

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

    a:link:after, a:visited:after {
        content: " (" attr(href) ") ";
    }

    p a {
        word-wrap: break-word;
    }

    q:after {
        content: " (" attr(cite) ")"
    }

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

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

/* Tabela*/
table {
  margin-top: 20px;
  width: 99%;
  font-size: 10px;
}

table thead {
  display: table-header-group;
}

table thead tr th {
  background-color: #666666 !important;
}

table thead tr {
  border-bottom: 1px solid #333333;
  font-weight: bold;
  text-align: left;
  background-color: #666666;
}

table tfoot {
  margin-top: 20px;
  border-top: 1px solid #333333;
}

table tbody tr td {
  border-bottom: 1px solid #666666;
}
 th, td {
     padding: 1px 4px 1px 4px ;
     text-align: left;
 }

 tfoot td {
     border-bottom-width: 0px ;
     border-top: 1px solid #333333 ;
     padding-top: 20px ;
 }

 }
