
/* ============== [ Print ] ==============

File:           print.css
Main Authors:   Sean Jones, Bryan Kerr @ Equator
Created:        21/03/12

*/
* {
    background: transparent !important;
    color: black !important; /* Black prints faster: sanbeiji.com/archives/953 */
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
}
body 
{
    font-family: Georgia, ‘Times New Roman’, serif;
}

a, a:visited {
    text-decoration: underline;
    font-weight:bold;
}

a[href]:after {
    content: " (" attr(href) ")";
}

/* Do not show javascript and internal links */
a[href^="javascript:"]:after, a[href^="#"]:after, a[href="/"]:after {
    content: ""; 
}
    
/* Hide links to the gallery component */
a[href="#gallery"] {
    display:none;
}

/* Printing Tables: css-discuss.incutio.com/wiki/Printing_Tables */
thead {
    display: table-header-group;
}

tr, img {
    page-break-inside: avoid;
}

@page {
    margin: 0.5cm;
}

p, h2, h3 {
    orphans: 3;
    widows: 3;
}
h1 
{
    font-size:20pt;
    clear:both;
}
h2 
{
    font-size:18pt;
}
h3 
{
    font-size:17pt;
}
h4 
{
    font-size:16pt;
}
h5 
{
    font-size:15pt;
}
h6
{
    font-size:14pt;
}
p,li 
{
    font-size:12pt;
}
    
.breadcrumbs 
{
    font-size:10pt;
}
.breadcrumbs a
{
    margin-right:5px;
}
.breadcrumbs a:after
{
    content: " >";
}

.breadcrumbs li
{
    float:left;    
}

h2, h3 {
    page-break-after: avoid;
}

.toggleInfo img 
{
    max-width:400px;
}
.showHideItem .toggleContent {
    display: block !important;
}

.NHSlogo
{
 position:relative;
 left:100px;
}

.navHeader 
 {
     font-size:0px;
 }
    
#skipLink,.utilityNavContainer,.siteNavigation,
.toggleTxt,.sectionNavBar,.siteSearch,
.sectionSearch,.footerLinks,.groupNav,
.pagination,.pageControls,.backToTop,
.componentShareControls,.curlShadow,.dynamicBackLink,
.carousel,.smartContentSelector,.pollComponent
.scrollToTop,.toggleTxt,.multipleVideoList,.videoScroller,
.twitterFeed,.commentsStream,.answerListGroup,.sortAndFilter,
.shareFooterComponent,.askExpertwithShare,.milestonesContainer,
.tags,.genericForm,#askExpertForm,.askExpertMainForm,
.secondaryForm,.screenonly,.siteSectionSubHeading,.twitter-latest,
.info-roundel,.cookie-msg,.cta,.groupsListingButton,.list,.responsive-ratio
{
    display:none;
}
