

table.lineList{
	width:100%;
	margin-bottom:20px;
}

table.lineList td{
	width:25%;
	background:#e6e6e6;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	padding:0.3em 0;
}

table.lineList tr.even td{
	background:#f2f2f2;
}
