#shipping-table{
	width:100%;
	border-collapse:collapse;
	margin-top:30px;
}
#shipping-table thead tr{
	background-color:#363d97;
	color:#fefefe;
	font-size:14px;
	height:30px;
	line-height:30px;
	font-weight:700;
}
#shipping-table  td{
	text-indent:5px;
}
#shipping-table tbody tr{
	color:#555;
	font-size:14px;
	height:30px;
	line-height:30px;
	border-bottom:1px dotted #363d97;
}
#shipping-table tbody tr:nth-child(even){
	background-color:#ebebf4;
}