.scrollToTop{
	width:40px;
	height:40px;
	line-height: 40px;
	text-align:center; 
	font-weight: bold;
	color: #ffffff!important;
	text-decoration: none;
	position:fixed;
	bottom:50px;
	right:40px;
	display:none;
	border-radius:5px;
}
.scrollToTop:focus, .scrollToTop:hover{
	text-decoration:none;
	color: #ffffff;
}