.capsList
{
	width:40%; 
	margin:0px auto 0px auto; 
	border:1px solid #fff;
	border-radius:5px;
}

tr
{
	width:100%;
}

tr:nth-child(odd) { background-color:#404040; }
tr:nth-child(even) { background-color:#606060; }

tr.firstRow
{
	font-weight:bold;
	text-decoration:underline;
	background-color:#202020;
}

td
{
	width:33%;
}