@media print
{
    /*Remove address after hyperlink*/
    a[href]:after
    {
        content: none;
    }

    .visible-print
    {
        display: inherit !important;
    }

    .hidden-print
    {
        display: none !important;
    }
    
	.breadcrumb {
    	display: none !important;
    }
    
    .row-fluid .extra-content, .row-fluid .left-content
	{
    	display: none !important;
	}

	.row-fluid .span6 
	{
    	width: 71.4681%;
	}
    
    footer
    {
        display: none !important;
    }
    
    .custom-bg
    {
        display: none !important;
    }


    patientguidance
    {
     display: none !important;
    }

    .bg-wrap > .header a.bg-img img
    {
     display: none !important;
    }
    
    .patientguidance  
    {
        margin-top:0px;
    }
    
    .print-patientguidance 
    {
        display: none !important;
    }

    .patientguidance h1, h2
    {
        font-size: 1.75em;
        letter-spacing: -0.02em;
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .patientguidance p
    {
        font-size: 0.75em;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right:0;
    }

    .span9 
    {
        width: 100% !important;
    }


}
