html {
	width: 100% !important;
}
* { 
    text-shadow: none !important;
    box-shadow: none !important;
	-webkit-print-color-adjust: exact; 
	print-color-adjust: exact;
}
#topnav {
	margin-bottom: 0px;
}
#subnav-container {
	margin-top: 0px;
}
.nobreak {
    page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid; /* or 'auto' */
}
img#etrak-preview {
	max-width:50% !important;
}
.printbody {
	width: 100% !important;
}
.carousel .item > a > img {
	width: 100% !important;
}
.popuprow {
	padding-top: 220px;
	display: block;
}
.quicklinksdiv {
	height: 100%;
	margin-bottom:0px;
}
a[href]: after {
    content: none !important;
}
#side-menu {
  display: none !important;
}
.donotprint {
	display: none !important;
}