/* Printer-friendly styles */

body { 	background: white;
	   	color: black;
		}
.peripheral-item { color: black; }

#content {
		width: auto;
		padding: 2%;
		float: none;
		position: static;
		color: black;
		}

#peripheral { 
		position: static;
		width: auto;
		margin-top: 2em;
		color: black;
		background-color: white;
		}

#logo { position: static;
		margin-top: 1em;
		margin-bottom: 1em;
		color: black;
		background-color: transparent;
		}

#utilities, #theme_buttons, .noprint { display: none; }

.printURL { display: inline; }
