/* Pill style */
#scrollUp {
	bottom: 20px;
	right: 10px;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	font-family: sans-serif;
	text-decoration: none;
	background-image:url(../img/to-top-btn-icon.svg);
	opacity: 0.6;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 22px;
	padding-right: 22px;
	padding-bottom: 22px;
	padding-left: 22px;
}

#scrollUp:hover {
	background-color: #333;
	opacity: 1;
}
