.scrollToTop{
	width:40px;
	height:40px;
	line-height: 40px;
	text-align:center; 
	background: #00a1e4;
	font-weight: bold;
	color: #ffffff;
	border-radius:8px;
	text-decoration: none;
	position:fixed;
	bottom: 88px;
    right: 32px;
	display:none;
	border:2px solid #dddddd;
}
.scrollToTop:focus, .scrollToTop:hover{
	text-decoration:none;
	color: #ffffff;
}