/*  Tab Styles */
@import url("support.tvchannellist.tabs.css");

/*  Channel Listing Alternating Colours  */
tr:nth-child(odd)   { background-color:#dde7f2; }
tr:nth-child(even) { background-color:#fff; }
td:nth-child(1)      {padding-left: 2px;}
td:nth-child(2)      {text-align: right; padding-right: 2px;}