/**
 * Owner: www.asos.com
 * Theme: shiptocountry.css
 * Description: Sets general layout for country delivery table
 * Author: ASOS UI developers
 * Media: Screen
 */

table.shipping-countries {border:1px solid #000; margin:1em auto;}
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, table th {border:1px solid #000; padding:3px; vertical-align:top;}
table.shipping-countries th {background:#000; color:#fff; text-align:center; text-transform:uppercase;}

ul.countries {list-style:none; margin:0 auto; width:578px;}
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;}