/****************************************************************************
 * HW-provided Top-level CSS stylesheet for proxied pages for journal-specific site
 *
 * Should contain the styles used across many proxied pages
 * within the site, and overrides to HW global CSS stylesheet and HW journal-specific 
 * global stylesheet.
 * 
 ****************************************************************************/

/** Included pages **/
@import url("publisher-proxied-alerts.css"); 
@import url("/shared/css/hw-proxy-feedback.css"); 
 
 
/*****************************************************************
 * Common page elements
 *****************************************************************/

/* Normally, put a 10px right padding on proxied content.  This is so text doesn't run smack into col-3 */
#proxied-contents {
    padding-right: 10px;
    padding-left: 15px;
}


