div.info {
	max-width: 80%;
}
h3 {
	margin:  .5em 0 0;
	font-size: 24px;
	color: #234231;
}
.subject {
	font-size: 75%;
}
h4, h5 {
	font-size: 125%;
	color: #000;
}
h5 {
	font-size: 110%;
}
.translation {
	margin-top: 0;
	color: #444;
}
div.right {
	float: right;
	width: 30%;
	border: 1px solid #eee;
	padding: 8px;
	margin-bottom: 1em;
}
div.info div.right ul {
	list-style: square;
	margin-top: 0;
	margin-left: .7em;
	padding-left: .7em;
}
div.info div.right li {
	margin-bottom: 5px;
	text-align: left;
}

/* statistic chart */
table {
	border-collapse: collapse;
	margin-bottom: 1.5em;
}
caption {
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	padding: 2px 4px;
	border: 1px solid #ccc;
	border-bottom: none;
	background-color: #eee;
}
tr {
	vertical-align: top;
}
td {
	font-size: 80%;
	border: 1px solid #ccc;
}


/* root pages */
p.bold {
	font-weight: bold;
	font-size: 100%;
}