a.back-top {
	background-color: #fff;
	display: block;
	position: fixed;
	padding: 8px 12px;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.4);
	border-radius: 2px;
	bottom: -51px;
	right: 16px;
	cursor: pointer;
	transition: bottom .3s;
}

a.back-top:hover {
	opacity: 0.8;
}

a.back-top.show {
	bottom: 0;
}

/*# sourceMappingURL=theme-default.css.map */

