/*
CSS to suppress the display of unwanted elements in the zap2it "whatson" widget
*/
span.zcc-callsign 
{
  visibility: hidden; 
  display: none; 
  float: left;
  width: 1px; height: 1px; 
}

span.zcc-aff
{
  visibility: hidden; 
  display: none; 
  float: left;
  width: 1px; height: 1px; 
}

span.zcc-sked-day
{
  visibility: hidden; 
  display: none; 
  float: left;
  width: 1px; height: 1px; 
}

span.zcc-sked-date
{
  visibility: hidden; 
  display: none; 
  float: left;
  width: 1px; height: 1px; 
}

div.zcc-sked-detail
{
  visibility: hidden; 
  display: none; 
  float: left;
  width: 1px; height: 1px; 
}

div.powered-by-zap2it
{
    font-style: italic;
    font-size: 8pt;
    text-align: center;
}
