input[type="text"] {
    font-size: 6pt;
}

select {
    font-size: 6pt;
}

body {
    font-size: 8pt;
}

.header-container {
    display: none;
}
.secondarynav {
    display: none;
}
.secondary-nav-fixedwidth {
    height: inherit;
    width: inherit;
    margin: 0;
}

.right-content {
    display: none;
}

.left-content {
    width: 100%;
    max-width: 100%;
    position: static;
    float: none;
}

.padded-container {
    margin: 0;
    padding: 0;
}
.main-content-prelude {
    width: 100%;
    margin: 0;
    padding: 0;
}

.main-content {
    width: 100%;
    margin: 0;
}

#messages {
    display: none;
}

.header h1 {
    font-size: 14pt;
}

.blue-band-container, .orange-band-container {
    height: inherit;
    min-height: 0;
}

.header {
    margin: 0;
    padding: 0;
}

.noprint {
    display: none;
}

.footer-container {
   display: none;
}
.pack_and_process .third{
    width: 30%;
    display:inline-block;
    vertical-align: top;
}

.row {
    width: 100%;
}

.half {
    width: 49%;
    display: inline-block;
}

table {
    border: 1px solid #000000;
    border-collapse: collapse;
}

table td {
    border: 1px solid #000000;
}

.spacer-50 {
    display: block;
    height: 50px;
    clear: both;
}

#toolbar {
    display: none;
}

.relo-warning {
    background-color: #cccccc;
    display: inline-block;
    border: 5px dashed #000000;
    float: right;
    padding: 1em;
    max-width: 30%;
}

.relo-warning span:before{
    content: url("../images/alert-red.9b8d1e7242e5.png");
    margin-right: 1em;
}

.signature_footer{
    margin-top: 3em;
    border-top: 1px solid #000000;
    width: 40%;
}

#customer_stats_container{
    display: none;
}
@media all {
.page-break	{ display: none; }
}

@media print {
    .page-break	{ display: block; page-break-before: always; }
}