/* Pill style */
#scrollUp {
/*	bottom: 50px;
	right: 20px;	*/
	bottom: 6%;
	right: 2%;
	background: transparent;
	border: 1px solid #2b283b;
	color: #2b283b;
	font-size: 5rem;
	line-height: .6;
	font-family: sans-serif;
	text-decoration: none;
	opacity: .9;
	padding: .2em;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	transition: background 200ms linear;
	-webkit-backface-visibility: hidden;
}
	#scrollUp:hover {
		background: #2b283b;
		color: #fff;
	}
