/*
©2012 Bam Creative

Title : print.css
Author : NAME | Bam Creative

Description : Print Stylesheet
*/

.no-print {
    display: none;
}

/* ELEMENTS TO HIDE ---------------------------------------------- */

div#admin-menu,
div#nav,
div#sub_nav_box,
div#breadcrumbs,
div#footer,
table.db_log, #header-nav, #header, #mobile-header, #mobile-menu, #mobile-search, #skip-to, .swancare-resource-centre, #footer-news-events {
    display: none !important;
}

.col {
margin-bottom:0;
padding-bottom:0;	
}

/* ELEMENTS TO MODIFY ---------------------------------------------- */

#header, #header-nav {
height:0;
}
body {
    margin-top: 0;
}

.print-logo {
display:block;	
margin:40px 20px 0;
}

hr {
    background: #ccc;/*NS FF OP */
    color: #ccc;/*IE*/
    border-top: 1px solid #ccc;/*FF NS OP*/
    height: 1px;/*FF NS OP*/
    width: 100%;
}

div#print-footer {
    text-align: right;
}