/* Pill style */
#scrollUp {
	right: 1px;
	color: #fff;
	font-size: 10px;
	font-family: sans-serif;
	text-decoration: none;
	opacity: .9;
	background-color: #D8554A;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	top: 83px;
}
	#scrollUp:hover {
		background: #000;
	}
