/* https://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/



/***********************************************************************************************/
/* Button */
/***********************************************************************************************/
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color:#fff;
	font-size: 12px;
	padding: 2px;
    width: 30px;
    height: 30px;
	display: none;color: #666;
    border: 1px #ccc solid;
}

.go-top:hover {
	background-color:#eaeaea;
    color: #333;
}