html, body{

	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;

}

.go-top{
	display:block;
	width:40px;
	height:40px;
	line-height:20px;
	text-align:center;
	font-size:16px;
	position:fixed;
	bottom:-40px;
	right:20px;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
	background-color:rgba(64, 64, 64, 0.26)!important;
	color:rgba(255, 255, 255, 0.64)!important;
	text-decoration:none;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
  
}

.go-top.show{
	bottom:20px;
}

.go-top:hover{
	background-color:#dadada;
	color:#FFFFFF;
}

.wrapper{
	margin:auto;
	width:700px;
	text-align:left;
}