#shipping_city_field  span.select2-selection
{
	font-size: 16px;
    font-weight: 400;
	color: #000;
}

#shipment_price_list{
	width: 100%;
	padding: 15px;
}

#shipment_price_list table{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 40px;
}

#shipment_price_list table td{
	border: 1px solid;
	padding: 10px;
	font-size: 18px;
	text-align: center;
}

#shipment_price_list table thead td{
	font-weight: bold;
	background: lightgray;
}

#shipment_price_list #filterShipments
{
	width: 360px;
	padding: 10px;
	font-size: 20px;
}


