@charset "utf-8";
/* CSS Print Document */

/* Remove unwanted elements */
#video, #banner, #nav_right, #bluemenu, #content_right, #CTA, label, #small_jockey, .bluetabs, .noprint, #footer, .What_link, #right_contact, #left_nav, .page_link, .download_link
{
display: none;
}

/* Ensure the content spans the full width */
{
width: 100%; margin: 0; float: left;
}

/* Change text colour to black (useful for light text on a dark background) */
h1, h2, h3, h4, h5, h6, .tel_number, .tel_number_inside, .small_text_tel, .large_text_tel
{
font-size:20px;
color: #000
}

/* Improve colour contrast of links */

{
a:link, a:visited
}

#cover_list {
color:#000000;
padding-top: 5px;
padding-bottom: 5px;
}

.print 
{
display:block
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}