/* print.css */
body {
	background: #ffffff;
	color: #000000;
	font-size: 105%;
}

body.contentpane {
    text-align: left;
	margin: 20px;
	background: none;
}

body.contentpane p {
    text-align: justify;
}

.item-page ul.actions {
	float: right;
	display: block;
	width: 100%;
    list-style: none;
	height: 30px;
	text-align: right;
}

.item-page ul.actions img {
	padding: 10px;
	border: 1px solid #000000;
}
































