/**
 * Print Stylesheet
*/

/* Lighten Background Color */
body {
	background-color: #ffffff;
	margin: 0px;
}

/* Hide Navigation */
#rt-header {visibility: hidden;}

/* Hide Footer */
#rt-footer {display: none;}

#aside {display: none;}

.header, .navigation, .breadcrumb, .footer, .noprint, .btn {display: none;}

#printthissmaller {margin-top: -200px; font-size: smaller;}

button, input[type="button"], input[type="submit"], select, label { 
        visibility: hidden;
}

a[href]:after {
    content: none !important;
}

p.breakhere {
	page-break-before: always;
}

/* remove url */
@page {
	size: auto;   /* auto is the initial value */
	margin: 0mm;  /* this affects the margin in the printer settings */
}


