.topquote { 
	/* fixed position a zero-height full width container */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	/* center all inline content */
	text-align: center;
}

.topquote > div {
	/* make the block inline */
	display: inline-block;
	/* reset container's center alignment */
	text-align: left;
}


table.list tbody tr:nth-child(even) {
 background: #ffffff;
font-family: arial, helvetica, verdana, sans-serif ;
font-size: 12px;
text-indent: 0px;
margin-top: 12px;
line-height: 18px;
text-align: center;
color: #000000;
}


table.list tbody tr:nth-child(odd) {
 background: #cccccc;
font-family: arial, helvetica, verdana, sans-serif ;
font-size: 12px;
text-indent: 0px;
margin-top: 12px;
line-height: 18px;
text-align: center;
color: #000000;
}

