/* use this file to overwrite settings found in institution.css */

div.rss_news ul.feed_items li.item {margin-top: 10px;}
div.rss_news ul.feed_items li.item:first-child {margin-top: 0;}




/*
frankb
The css at line 880: http://international.gc.ca/styles/base-institution.css is causing the more link to be cutoff by the parent box.
This style sets the left margin back to normal.
*/


div.rss_broadcast ul.feed_items li.more {
    margin-left: 0px !important; 
}


/* add this button styles*/
  #at16sas { 
    display:none !important; 
  }

