/* Effective stylesheet produced by snapshot save */ #sideDragRight { display: none; position: fixed; height: 100%; width: 200px; right: -205px; top: 0px; z-index: 2147483647; border-left: 1px solid rgb(204, 204, 204); overflow: hidden; background-color: rgba(255, 255, 255, 0.8); opacity: 0.9; } #sideDragLeft { display: none; position: fixed; height: 100%; width: 200px; left: -205px; top: 0px; z-index: 2147483647; border-right: 1px solid rgb(204, 204, 204); overflow: hidden; background-color: rgba(255, 255, 255, 0.8); opacity: 0.9; } .side_social_box, .side_search_box { width: 100%; border-bottom: 1px solid rgb(235, 235, 235); overflow: hidden; } .side_social_box:nth-child(2n+1), .side_search_box:nth-child(2n+1) { } .side_social_box:nth-child(2n), .side_search_box:nth-child(2n) { }