@media print {

	html,
	body {
		width: 100% !important;
	}

	body.customize-support,
	body[style].customize-support {
		padding-top: 0px !important;
	}

	hr,
	hr[style] {
		visibility: hidden !important;
	}

	hr.uw-post-newsletter-redline-short,
	hr.uw-post-newsletter-redline-short[style] {
		display: none !important;
	}

	table.container,
	table.container[style] {
		width: 100% !important; 
		max-width: 100% !important;
		min-width: 100% !important;
	}

	table.container > tr > td,
	table.container > tr > td[style],
	table.container > tbody > tr > td,
	table.container > tbody > tr > td[style] {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
	}

	td.large-7, 
	th.large-7,	
	td.large-7[style], 
	th.large-7[style] {
		width: 70% !important;
	}

	td.large-5[style], 
	th.large-5[style] {
		width: 30% !important;
	}

	.uw-post-newsletter-more-information {
		display: none;
	}

	#wpadminbar {
		display: none;
	}

	.uw-post-newsletter-served .uw-view-on-website-link {
		display: none !important;
	}

	.uw-post-newsletter-served.customize-support .uw-view-on-website-link {
		display: none !important;
	}

	.uw-post-newsletter-featured-img {
		display: none;
	}

	img.uw-post-newsletter-featured-img,
	img[style].uw-post-newsletter-featured-img {
		display: none !important;
	}

	th.callout-inner.secondary,
	th.callout-inner.secondary[style] {
		border-bottom: none !important;
		padding-top: 0px !important;
	}

	.uw-post-newsletter-language-lines td:first-child {
		padding-left: 0 !important;
	}

	.uw-post-newsletter-sidebar-contact p a {
    display: none !important;
	}

	.uw-post-newsletter-sidebar-contact p a:first-child {
    display: block !important;
	}

	.uw-post-newsletter-sidebar-contact p a:first-child:after {
    display: block;
    content: 'Visit http://working.wisc.edu/';
    margin-top: 10px;
    white-space: nowrap;
	}

	table.uw-post-newsletter-footer,
	table[style].uw-post-newsletter-footer {
		display: none !important;
	}

	.uw-noprint,
	.uw-noprint[style] {
		display: none !important
	}

}