.deliveryTable{
	border-collapse: separate;
	border-spacing: 1px;
}
.deliveryTable td{
	padding: 8px 16px;
}
.deliveryTable thead td{
	background: #666;
	color: #fff;
}
.deliveryTable tbody td{
	background: #eee;
}
.deliveryTable tbody tr td:first-child{
	background: #ddd;
}
.deliveryTable tbody tr td:last-child{
	background: #f6f6f6;
}