/* :: BODY :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* -- Center Column ------------------------------------------------------------------- */

#ctr-col table {
	margin: 10px 0;
	border-style: none;
}

#ctr-col table th,
#ctr-col table td {
	padding: 5px 10px;
	border-style: none;
	border: 1px solid #ccc;
	vertical-align: top;
}

#ctr-col table th {
	font-weight: bold;
	white-space: nowrap;
}

body.en #ctr-col h2 {
	font-size: medium;
}

body.en #ctr-col h2 .date {
	color: #f00;
	font-style: italic;
}

/* -- END -- */

