#selectionSharerPopover{display:none;position:absolute;top:-100px;left:-100px;z-index:1010}#selectionSharerPopover.anim{animation:fromCenter .5s forwards cubic-bezier(.35,1.35,.5,1)}#selectionSharerPopover-inner{position:relative;overflow:hidden;border-radius:6px;padding:4px 7px;background:#292f38;background:#292f38;background:linear-gradient(to bottom,#292f38 0,#20242b 100%);box-shadow:0 3px 6px 0 rgba(0,0,0,.3)}#selectionSharerPopover .selectionSharerPopover-clip{position:absolute;bottom:-11px;left:50%;margin-left:-12px;width:24px;height:24px}#selectionSharerPopover .selectionSharerPopover-arrow{display:block;width:20px;height:20px;transform:rotate(45deg) scale(.5);background-color:#20242b;border:2px solid #20242b;box-sizing:content-box}.selectionSharer ul{padding:0;display:inline}.selectionSharer ul li{display:inline-block;font-size:0}.selectionSharer a.action{display:block;margin:8px;width:20px;height:20px;padding:1px;border:none}.selectionSharer a.action svg{width:18px;height:18px;fill:#fff;transition:.15s}.selectionSharer a.action:hover{transform:scale(1.1)}