
#stacks_in_28 {
	margin: 20px 0px 0px 0px;
}
/* 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(0, 0, 0, 1.00);
	transition: all 300ms ease-in-out;
}

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




/* Vertical gradient fill */
.backToTopButton {
	background-color: rgba(253, 217, 183, 1.00);
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(rgba(253, 217, 183, 1.00)), to(rgba(252, 182, 123, 1.00)));
	background-image: -moz-linear-gradient(top, rgba(253, 217, 183, 1.00), rgba(252, 182, 123, 1.00));
	background-image: -ms-linear-gradient(top, rgba(253, 217, 183, 1.00), rgba(252, 182, 123, 1.00));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(253, 217, 183, 1.00)), color-stop(100%, rgba(252, 182, 123, 1.00)));
	background-image: -webkit-linear-gradient(top, rgba(253, 217, 183, 1.00), rgba(252, 182, 123, 1.00));
	background-image: -o-linear-gradient(top, rgba(253, 217, 183, 1.00), rgba(252, 182, 123, 1.00));
	background-image: linear-gradient(top, rgba(253, 217, 183, 1.00), rgba(252, 182, 123, 1.00));
}

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














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















#stacks_in_26 {
	background-color: rgba(230, 230, 230, 1.00);
	margin:  10px;
	padding:  12px;
}

#stacks_in_30 {
	padding: 20px 0px 0px 0px;
}
