          /*
--=.._/(        New England Bio Labs PRINT STYLES      )\_..=--
    	  */

/* hide detritus and ui controls*/
[role='navigation'],
.usertools,
[role='complementary'],
[role='contentinfo'],
footer section.callouts,
.page-utilities,
.hero,
.cta.new,
.clear-all,
.timeline,
a.back-to-top,
.map-marker,
a.product-action,
.search,
.alert,
.profiler-results,
.validation-only { display: none;}

/* clear floats*/
[role='main'] { float: none; clear: both; width: 90%; padding: 0; border: 0;}
figure.right,
figure.left { float: none; }
/* set dimensions */
[role='banner']
[role='main'] .column-left.wide { width: 520px; }
[role='main'] .column-left { width: 500px; }
.tabs.list .pane { width: 75%; padding-top: 0;}

/* tweaks */
.accent.right { float: none; width: 100%: }
.primary > section, .primary > article, .primary > header, .primary > footer .inner { padding: 0; }
.boxshadow #content .primary, .accordion-boxes { box-shadow: none; border: none;}
.more li, .more a + a { border: 0; }
.line .nav-tabs a { text-shadow: none; }
.primary .pane .accordion-boxes h4, .accordion-boxes p, .accordion-boxes li { color: #000; }  
/*

	Uncomment and insert correct domain

*/

/* insert the url with domain and slash
a:after 				{ content: " (http://domain.com/" attr(href)") "; }
 */
 
/* if starts with slash already, only put in domain to avoid doubling it
a[href^="/"]:after		{ content: " (http://domain.com" attr(href)") "; }
*/

/* if starts with http:, don't put in the domain at all -- it's either external or full url already
a[href^="http:"]:after	{ content: " (" attr(href)") "; }
 */
 
 
/* don't do that content insert at all for jump links and named anchors */
sup a:after,
a[href^="#"]:after,
a[name]:after 			{ content: ""; }
a { -webkit-print-color-adjust: exact; }

/* Change headings to Times New Roman to eliminate issues with Minion Pro */
h1, h2, h3, h4, h5, h6 { font-family: 'Times New Roman', Times, serif; }

.featured-item-carousel { display: none; }