/* used to hide for print */
html body .hide-for-print{
    display:none !important;
}

/* removes links from view */
a[href^="/"]:after {
    /* content: " (http://www.redlionproducts.com" attr(href) ") " !important;*/ /* turn this on to view links */
    content: "" !important;
}
  
/* unfurls the tabs */
.tabs-content li{
    display:block !important;
}

/* fixes the local lav spacing issues in FF/IE */
section{
    float: none !important;
}

/* add to a div that you want to try to keep together */
.no-page-break{  
    page-break-inside:avoid !important;
}










/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
