@CHARSET "UTF-8";
#dlscrollup{    
	bottom: 45px;
    position: fixed;
    right: 30px;
}
#dlscrollup a{
	text-decoration: none;
}
#dlscrollup.element-type-pill:hover a .scroll-up-pill{
	background: #000;
	transition: background 200ms linear 0s;
}
#dlscrollup.element-type-link a{text-decoration: underline; font-size: 14px;}
#dlscrollup.element-type-tab{
	bottom: -10px;
	transition: bottom 150ms linear 0s;
}
#dlscrollup.element-type-tab:hover{
	bottom:0;
	transition: bottom 150ms linear 0s;
}
.scroll-up-pill{
    background: none repeat scroll 0 0 #555;
    border-radius: 16px 16px 16px 16px;
    bottom: 20px;
    color: #FFF;
    font-family: sans-serif;
    font-size: 12px;
    opacity: 0.9;
    padding: 20px;
    right: 20px;
    text-decoration: none;
    transition: background 200ms linear 0s;	
}
.scroll-up-tab{
    background-color: #E6E6E6;
    background-image: linear-gradient(to bottom, #EBEBEB, #DEDEDE);
    background-repeat: repeat-x;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    color: #828282;
    font-family: sans-serif;
    font-size: 14px;
    height: 50px;
    line-height: 20px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 60px;
	display: block;
}