table.voice_display {
	margin-top: 25px;
}

table.voice_display tr.title {
	height: 30px;
	background-color: #dbf3ff;
}

table.voice_display tr.odd {
	background-color: #dbf3ff;
	height: 55px;
}

table.voice_display tr.even {
	background-color: #f7f7ff;
	height: 55px;
}

table.voice_display td {
	font-size: 11px;
	vertical-align: middle;
}

table.voice_display td.title {
	font-size: 12px;
}

table.voice_display td p {
	padding-top: 12px;
}


table.voice_display td.length {
	text-align: left;
}

