/* @override http://wedding/css/print.css */

/* @group Global */
body {
	color: #666666;
	font-family: arial, sans-serif;
	font-size: 0.75em;
}
/* @end */

/* @group Print */
.print {
	padding: 2%;
	width: 96%;
}

.print h1 {
	margin-bottom: 0.5em;
}

.print table {
	border-collapse: collapse;
	width: 100%;
}

.print table img {
	vertical-align: text-bottom;
}

.print table th,
.print table td {
	border: 1px solid #aaa;
	padding: 10px;
}

.print table th {
	background-color: #ddd;
}

.print table td.left {
	text-align: left;
}

.print table td.right {
	text-align: right;
}

.print table td.center,
.print table td.centered {
	text-align: center;
}

.print table td.heading {
	font-weight: bold;
}

.print table.properties th {
	text-align: right;
	vertical-align: text-bottom;
}

.print table.properties th.section {
	font-weight: bold;
	text-align: center;
}

.print table .left,
.print table.properties .left {
	text-align: left;
}

.print table .right,
.print table.properties .right {
	text-align: right;
}

.print table .center,
.print table.properties .center {
	text-align: center;
}

.print .meta {
	margin: 2em;
	text-align: center;
	font-style: italic;
}
/* @end */
