﻿@media screen
{
    .printHeader
    {
        display: none
    }
}

div#logo
{
    float: right;
    margin-bottom: 20px;
    text-align: right;
    width: 50%
}

h2#title, h3#checkagainstdelivery
{
    color: Black
}

p#date
{
    font-size: 13px  
}

p#title
{
    font-size: 18px
}

p.printHeader
{
     font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
     font-weight: bold
}

td#coatOfArms
{   
    padding-bottom: 5px;
    width: 95px;
    vertical-align: bottom
}

td#mediaRelease
{
    padding-bottom: 5px;
    padding-left: 8px;
    padding-top: 20px
}

@media print 
{
    div#breadcrumbs, div#footer, div#header, h1, a#qg-logo img.print-version, h2#site-name img.print-version, h2.header, h3.header
    {
        display: none
    }
    
    div#content, h2
    {
        font-family: Arial, Helvetica, sans-serif
    }
    
    h2
    {
        float: left  
    }
    
    h3#title
    {
        font-size: 18px  
    }
    
    span#transcriptContent
    {
        font-family: 'Times New Roman', Times, serif !important
    }
}