#top-link {
	background: #a0d3e6;
	border: none;
	bottom: -3em;
	border-top-left-radius: 12px; 
	border-top-right-radius: 12px;
	color: #00223c;
	display: none;
	padding: .5em 20px .5em 20px;
	position: fixed;
	right: 30px;
	text-align: right;
	transition: all 0.4s;
	z-index: 2;
}
#top-link:hover, #top-link:focus {
	background: #00223c;
	color: #fff;
}
#top-link.visible, #top-link:focus {
	bottom: 0;
}
@media print { #top-link { display: none !important; } }
