@charset "UTF-8";
/* CSS Document */

.backtotop {
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 9000;
    display: none;
}    
 
.backtotop a {
	display: block;
	color: #777777;
	padding: 6px;
	margin: 0;
	background-color: #DDDDDD;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border-radius: 4px;
}
 
.backtotop a:hover {
    background: #666666;
    color: #FFFFFF;
}

