body {
	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-size: 12px;
}
h2 {
	font-size: 1.2em;
}
table {
	border-collapse: collapse;
}
th {
	font-weight: bold;
	background: #def;
}
td, th {
	text-align: center;
	border: 1px solid #69f;
	padding: .5em;
	width: 32%;
}
td[lang='zh-Latn'] {
	font-weight: bold;
}
td[lang='zh-CN'] {
	font-size: 1.2em;
}
.author {
	position: absolute;
	right: 1em;
	top: 1em;
}
body > * {
	clear: both;
}
.columns {
	margin-bottom: 1em;
	width: 100%;
}
.columns > * {
	float: left;
	width: 32%;
	margin-right: 1%;
	margin-bottom: 1%;
}
body > table {
	width: 32%;
}

/* If proper CSS column support ever arrives, we can use this instead: */
/*
.two-columns {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	width: 74em;
}
.three-columns {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 2;
	width: 111em;
}
*/

