/* CSS Document */

dt:nth-child(odd) {
	float:left;
	width:50%;
}

dd:nth-child(odd) {
	float:left;
	width:50%;
}