a.scrollTip{display:block;position:fixed;right:20px;height:16px;top:0;z-index:10;font-size:.4em;background:rgba(236,240,241,0.7);color:#34495e;padding:5px 5px;border-radius:3px;border-bottom-right-radius:0;border-top-right-radius:0;font-weight:400;text-decoration:none;-webkit-transition:color .3s,background-color .3s;-moz-transition:color .3s,background-color .3s;transition:color .3s,background-color .3s}a.scrollTip:after{content:"";display:block;position:absolute;right:-13px;height:0;top:0;border-top:13px solid transparent;border-left:13px solid rgba(236,240,241,0.7);border-bottom:13px solid transparent;-webkit-transition:background-color .3s;-moz-transition:background-color .3s;transition:background-color .3s}a.scrollTip:hover,a.scrollTip.activeTip{color:#e67e22;background:#ecf0f1}a.scrollTip:hover:after,a.scrollTip.activeTip:after{border-left:13px solid #ecf0f1}