#stickystacks_in_7 {
	display: block;
	position: fixed;
	left: 5px;
	top: 8px;
	padding: 0;
	margin: 0;
	width: 200px;
	overflow: hidden;
	z-index: 100;
}

#stickyLinkstacks_in_7 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media print {
	#stickystacks_in_7 {
		display: none !important;
	}
}