h3 {
	margin:  0 0 1em;
	font-size: 24px;
	color: #234231;
}
h4, h5 {
	font-size: 120%;
	color: #000;
}
h5 {
	font-size: 100%;
}
.date {
	font-size: 80%;
}
h3 .date {
	font-size: 60%;
}
div.report {
	max-width: 80%;
	margin-top: 2em;
}
ul {
	list-style: square;
}
div.report li {
	margin-bottom: 5px;
}
.blurb {
	float: right;
	width: 30%;
	border: 1px solid #eee;
	padding: 8px;
}
.translated {
	margin-top: 0;
	color: #444;
}
.quote {
	margin: 1em 40px;
}

/* imprisonment reports */
table {
	border-collapse: collapse;
	margin-bottom: 1.5em;
}
th {
	text-align: left;
	font-size: 95%;
	border: 1px solid #ccc;
	background-color: #eee;
}
tr {
	vertical-align: top;
}
td {
	font-size: 80%;
	border: 1px solid #ccc;
}
td p {
	font-size: 100%;
}
hr {
	width: 200px; 
	height: 1px; 
	border: none;
	text-align: left;
	margin: 0;
	color: #666;
	background-color: #666; 
}
/* trial info */
#trial h3 {
	margin-bottom: 0;
}
ol li ol li {
	font-size: 100%;
}
