#page-top {
	position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 12px;
}

#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 80px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

#page-top a:hover {
  text-decoration: none;
  background: #999;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

#page-top > a >svg {
	width: 50px;
  height: 50px;
  fill: #ffffff;
}