/* use this file to overwrite settings found in institution.css */

/*this code overwrites the setting defined in base-institution.css and has been added in order to remove unwanted space on the top of rss-features div when rss-emergency div has no content*/ 
 
div.rss_emergency {
        margin: 0 0 0 0 !important;
}
