<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table.shipping-countries {border:1px solid #000;}
table.shipping-countries tr:nth-child(even) {background:#eee;}
table.shipping-countries tr:nth-child(odd) {background:#fff;}
table.shipping-countries tr:hover {background:#ddd;}
table.shipping-countries td {border:0; padding:5px 0 5px 20px; vertical-align:middle;}
table.shipping-countries th {background:#F24A0F; color:#fff; text-align:center; text-transform:uppercase; padding: 10px;}

ul.countries {
	list-style:none;
	margin:1em auto;
}
ul.countries li {border-left:1px solid #666; display:inline; margin:0 0 0 2px; padding:0 0 0 6px;}
ul.countries li:first-child {border:none; margin:0; padding:0;}

table {
border-collapse: collapse;
border-spacing: 0;
}
</pre></body></html>