.scrollup {
    z-index:  99999; 
	text-decoration: none;
	position:fixed;
	bottom:20px;
	right:20px;
	display: none;
	font-size: 36px;
	color: black;
	padding: 0 7px 4px;
	opacity: 0.85;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px;
	line-height: 18px;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.30);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.30);
}


