/* Stylesheet for Sticky ad
   Author: Sanjib Adhya
   Date: 05/04/2016
   Site: http://www.zacks.com    
*/

/* For sticky ad */
.sticky_element.sticky, .sticky_element.etf_sticky_ad {
    float: none;
    position: fixed;
    top: 0;
    z-index: 6;
    left: auto !important;
    padding-top: 40px !important;
    width: 160px;
    min-width: 160px;
    max-width: 160px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}


.sticky_element.etf_sticky_ad{padding-top: 0 !important;}

@-moz-document url-prefix(){/* fixing overlapping issue in Firefox */
    .sticky_element.sticky{padding-top: 0 !important; top: 0px;}
    .sticky_element.sticky .dfp_ad_unit{margin-top: 33px;}
}



