#country {
	color: #616162;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#shipping {
	width: 100%;
	height: 250px;
	padding: 30px 0 10px;
}

#shippingcost {
	color: #616162;
	font-size: 24px;
	text-align: center;
	margin: 15px 0 0;
}

.shippingto {
	color: #7d7c7d;
	font-size: 12px;
	text-align: center;
	margin: 15px 0 3px;
}

a.changecountry:link, a.changecountry:visited {
	color: #3791fc;
	font-size: 12px;
	text-align: center;
	display: block;
	margin: 3px 0 0;
}