@charset "UTF-8";
/* CSS Document */

/* 
Note about Printer Friendly module:
Bootstrap css is loaded after this file so print.tpl.php 
controls printer friendly pages. Printer friendly also
doesn't use @media print query
*/

@page {
    size: auto;   /* auto is the current printer page size */
    margin: 20mm;  /* this affects the margin in the printer settings */
}
				
@media print {

body {
	padding:20px !important;
}
a {
  #c23c02; /* dark orange */
}

h1, h2, h3, h4, h5, h6 {
	padding-top:10px;
}

/* delete links from browser printed page */
a[href]:after {
  content: none;
}
#toolbar {
	display:none;
}
.banner-wrapper.sas-top,
.navbar-search,
.front #edit-keys,
.btn-navbar,
.nav-collapse.collapse {
	display:none !important;
	box-shadow:none;
  text-shadow:none;
	border:0;
}
.region-sidebar-first,
.region-sidebar-second {
	display:none  !important;
}
ul.nav-tabs,
ul.links.inline {
	display:none  !important;
}
.main-container .span9,
.main-container .span6 {
		width:90%  !important;
}
.footer-col,
#block-menu-menu-penn-weblogin {
	display:none !important;
}
.footer {
	margin-top:0px !important;
}



}