.gotop{
	position:fixed;
	z-index:5;
	right:20px; bottom:0;
	font-size:20px;
	background:#111a22;
	color:#ddd;
	padding:9px 11px;
	border-radius:14px 14px 0 0;
	cursor:pointer;
}

.gotop:active{bottom:2px;}