table.quotes-table{
	width:100%;
}
/*
table.quotes-table  tr:nth-child(odd){
		background: #f4f4f4;
}
*/
table.quotes-table tr{
	border-top: 8px solid #f4f4f4;
}
table.quotes-table tr td:first-child{
    width:10%;	
}
table.quotes-table tr td {
	background-color: transparent;
	text-align:left;
	vertical-align: top;
}