﻿html, body {
    font-family: 'Verdana', Geneva, sans-serif;
    font-size: 14px;
    background: none;
    color: black;
}
#print_loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}
#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  z-index: 100;
}
.printEl {
    width: 8.5in;
    height: 11in;
    margin: 0 auto;
}
.printEl .footer {
    margin-bottom: 20px;
}

.divcolumgridheader
{
    overflow:hidden;
    width:100%;
}
.divcolumgridheader .header_grid {
    margin-bottom: 10px;
}

.subheader{
    text-decoration:underline;
    font-weight: bold;
}
#main_contents table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    overflow-wrap: break-word !important;
}
#main_contents table td {
    padding: 5px 0;
}
/*
#main_contents tr:first-child td {
    font-weight: bold;
}
*/
#main_contents tr:last-child td {
    padding-bottom: 40px;
}
.printable_logo_image{
    float: left;
    padding-right: 40px;
    width: 25%;
}
.declarationResultTD {
    font-weight: normal !important;
}

.boldcolheader {
    font-weight: bold;
}

@media screen {
    div .divHeader {
        width:100%;        
    }

    div.divFooter {
        text-align:center;
    }

    div.header {
        width:100%;
    }
}

@media print {
    .printEl {
        width: 8.5in;
        height: 11in;
    }
    div.divHeader {
        position: fixed;
        top: 0;
        width:100%;
    }

    div.divFooter {
        position: fixed;
        bottom: 0;
        text-align:right;
    }    

    div.header {
      display: table-header-group;
      width:100%;
    }

    div.main {
      display: table-row-group;
    }

    div.footer {
      display: table-footer-group;
      /*float:right;*/
    }
}

#header_contents table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}


.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*width: 50%;*/
}

#printallergentable td:nth-child(2) {
    padding-left: 30px;
}