
#stacks_in_27 {
	margin: 20px 0px 0px 0px;
}









#embedWrapperstacks_in_24 img {
	max-width: 100%;
	height: auto;
}




















#embedWrapperstacks_in_30 img {
	max-width: 100%;
	height: auto;
}











/* If modifying any of this code, update the template.html file too */

#backToTopAnchorPoint {
	display: block;
	height: 0px;
	overflow: hidden;
}

.backToTopButton {
	text-decoration: none;
	color: #FFFFFF;
	
	display: none;
	position: fixed;
	z-index: 999;
	bottom:150px;right:50px;
	
	
	font-size: 43px;
	line-height: 1.00em;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 10px;
	border: 1px solid rgba(102, 204, 255, 1.00);
	transition: all 300ms ease-in-out;
}

.backToTopButton:hover {
	border: 1px solid rgba(102, 204, 255, 1.00);
	color: #CCCCCC;
}




/* Vertical gradient fill */
.backToTopButton {
	background-color: rgba(102, 204, 255, 0.21);
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(rgba(102, 204, 255, 0.21)), to(rgba(102, 204, 255, 0.52)));
	background-image: -moz-linear-gradient(top, rgba(102, 204, 255, 0.21), rgba(102, 204, 255, 0.52));
	background-image: -ms-linear-gradient(top, rgba(102, 204, 255, 0.21), rgba(102, 204, 255, 0.52));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(102, 204, 255, 0.21)), color-stop(100%, rgba(102, 204, 255, 0.52)));
	background-image: -webkit-linear-gradient(top, rgba(102, 204, 255, 0.21), rgba(102, 204, 255, 0.52));
	background-image: -o-linear-gradient(top, rgba(102, 204, 255, 0.21), rgba(102, 204, 255, 0.52));
	background-image: linear-gradient(top, rgba(102, 204, 255, 0.21), rgba(102, 204, 255, 0.52));
}

.backToTopButton:hover {
	background-color: rgba(102, 204, 255, 0.50);
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(rgba(102, 204, 255, 0.51)), to(rgba(102, 204, 255, 0.50)));
	background-image: -moz-linear-gradient(top, rgba(102, 204, 255, 0.51), rgba(102, 204, 255, 0.50));
	background-image: -ms-linear-gradient(top, rgba(102, 204, 255, 0.51), rgba(102, 204, 255, 0.50));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(102, 204, 255, 0.51)), color-stop(100%, rgba(102, 204, 255, 0.50)));
	background-image: -webkit-linear-gradient(top, rgba(102, 204, 255, 0.51), rgba(102, 204, 255, 0.50));
	background-image: -o-linear-gradient(top, rgba(102, 204, 255, 0.51), rgba(102, 204, 255, 0.50));
	background-image: linear-gradient(top, rgba(102, 204, 255, 0.51), rgba(102, 204, 255, 0.50));
}














@media print {
	/* Hides the button if the page is printed or saved as a PDF */
	.backToTopButton {
		display: none;
	}
}














