/* -- fix for cross-domain use, overriding main stylesheet ----------------------------------------------- */

/*
   Hide the 'table of contents' and 'page top' hyperlinks, which are generated when "all species" is
   selected from the species dropdown menu. These links don't work for cross-domain use - ie where the
   outer and inner (iframe) pages are in different domains.
*/

 #sbr ul.toc
  {display: none}
  
 #sbr div.top-link
  {display: none}


