@charset "utf-8";
/* CSS Document */

.back-to-top {
	position: fixed;
	bottom: 20px;
	margin-right: 20px;	
	right: 0px;
	color: #FFF;
	padding: 0px;
	display: none;
	z-index: 9999;
}

.back-to-top:hover {
	background-color: #193b6b;
	cursor: hand;
	cursor: pointer;	
}	