#gototop {
	text-align:right; 
	position: fixed; 
	bottom:108px; 
	right:48px; 
	display:none;
}

.gototop
{
	width:48px; height: 48px; float:right; background-color:#eee; color:white; opacity:0.9; padding-top:8px; cursor:pointer;
	border: 1px solid #efefef;
	-webkit-border-radius: 8px;
	border-radius: 96px;
}

.gototop > div {
	text-align:center; color:grey;
	font-size:11px;
}

.gototop:hover{
	background-color:grey !important;
}

.gototop:hover > div {
	color:white !important;
}

/*
@media screen and (max-width: 720px) {
	#gototop {
		bottom:30px; 
		right:30px; 
	}
	
	.gototop { 
		width:50px !important; 
	}
	.gototop img { width:20px !important; }
	
	.gototop > div {
		font-size:9px;
	}
}
*/