@CHARSET "ISO-8859-1";

#shipping h1
{
	margin: 2em 0 1em 0;
	font-size: 10pt;
	font-weight: normal;
	color: #f90;
}

.shipping-info
{
	font-size: 9.75pt;
	line-height: 100%;
	margin: 4ex 0.5em 3ex 0;
	text-align: center;
}

#shipping-table
{
	width: 690px;
	background-color: white;
}

#shipping-table thead
{
	background-color: #fccE72;
}

#shipping-table thead th
{
	height: 35px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	width: 33%;
}

#shipping-table td,
#shipping-table th
{
	line-height: 27pt;
	color: black;
	font-size: 8pt;
}

#shipping-table tr.subheader
{
	background-color: #fa8700;
}

#shipping-table tr.subheader td
{
	line-height: 150%;
	padding: 2ex 0;
}

#shipping-table tr.subheader td
{
	padding-left: 1em;
}

#shipping-table td.label
{
	padding-left: 2em;
	line-height: 19pt;
}

#shipping-table td.price
{
	text-align: center;
	font-weight: bold;
}

@media only screen and (max-width: 976px)
{
	#shipping-table
	{
		width: calc(100% - 15px);
	}
	
	#shipping-table td
	{
		font-size: 9pt;
	}
}

@media only screen and (max-width: 512px)
{
	#shipping-table td
	{
		font-size: 10pt;
	}
}