
#get-away {
	border: 0;
	z-index: 9999;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	font: bold 35px Sans-Serif;
	background: #990000;
	color: white;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

#get-away a {
	font-size: 12px;
	background: #ffffff;
	color: #000000;
	border-radius: 25%;
	display: inline-block;
	width: 20px;
	height: 10px;
	text-align: center;
	line-height: 10px;
	vertical-align: middle;
	text-shadow: none;
	text-decoration: none;
}