.ex-back-to-top-container {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 20000;
	background: #CCCCCC;
}

.ex-back-to-top-container:hover {
	cursor: pointer;
}

.ex-back-to-top-icon {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 40px;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	width: 100%;
}