/* a print stylesheet for the QSEN site */
/**/
body {
background: white;
font-size: 12pt;
width:100%
}

img {
border: 0;
}

a:link, a:visited {
color: #FF0000;
background: transparent;
font-weight: bold;
text-decoration: underline;
}

.primary a:link:after, #content a:visited:after {
content: " (" attr(href) ") ";
font-size: 90%;
}

.primary a[href^="/"]:after {
content: " (http://www.qsen.org" attr(href) ") ";
}

#topNavigation, #leftColumn1, #rightColumn1, #footer, #icons, #biblioform {
display: none;
}

#content {
	auto;
	margin: 0;
	padding: 0;
	border-top: 1px solid #6466AF;
	float: none !important;
	color: black;
	background: transparent none;
}

.citation {
	margin-top: 20px;
}

.abstract {
	margin: 15px;
}

table {
	width: 95%;
}

table, tr, th, td {
	border: thin solid gray;
}
