
#stacks_in_3 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 0px 0px 14px 0px;
}

#stacks_in_6 {
	margin: 11px 0px -10px 0px;
}

#stacks_out_6 {
	width: 300px;
}
#stacks_in_9_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_9 a:link, #stacks_in_9 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_9 a:hover, #stacks_in_9 a:active {
	color:#FFFFFF;
}







#stacks_in_9 a:link, #stacks_in_9 a:visited {
	background-color:#FFA00A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFA00A), to(#BD6006));
	border:1px solid #BD6006;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_9 a:hover {
	background-color:#FFAC0A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAC0A), to(#A45305));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_9 a:active {
	background-color:#FFA00A;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_9 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius:  4px;
	-webkit-border-radius:  4px;
	border-radius:  4px;
}

#stacks_out_9 {
	width: 300px;
}

#stacks_in_11 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 14px 0px 0px 0px;
}

#stacks_in_4 {
	margin: 13px 0px 3px 0px;
}
#printBoxstacks_in_5 {
	display: block;
}

/* PrintBox header and footer (hidden on screen) */
#printBoxHeaderstacks_in_5,
#printBoxFooterstacks_in_5 {
	display: none;
}

/* When the print button is active, set all page elements to 0 opacity (invisible) */
.printstacks_in_5 * {
	visibility: hidden !important;
}

/* Absolutely position our PrintBox at the top of the page, outside of the normal page flow */
.printstacks_in_5 #printerContent {
	position: absolute;
	top: 0;
	left: 0 !important;
	width: 100%;
	height: auto;
}

/* Make sure only our PrintBox is displaying */
.printstacks_in_5 #printerContent,
.printstacks_in_5 #printerContent * {
	visibility: visible !important;
}

/* Display our header and footer */
.printstacks_in_5 #printBoxHeaderstacks_in_5,
.printstacks_in_5 #printBoxFooterstacks_in_5 {
	display: block;
}

/* Remove hidden page elements from our printout to save paper */
@media print {
	.printstacks_in_5 * {
		display: none !important;
	}
	
	.printstacks_in_5 #printerContent,
	.printstacks_in_5 #printerContent * {
		display: block !important;
		visibility: visible !important;
	}
}

/* Hide print button on devices that do not support printing (detected via JS) */
#printBoxButtonstacks_in_5.notprintBoxCompatible {
	display: none;
}

#printBoxButtonWrapperstacks_in_5 {
	text-align: center;
	display: block;
	padding-top: 1.00em;
}

/* Button styling */
/*  */
#printBoxButtonstacks_in_5 {
	border-radius: 4px;
	outline: none;
	font-size: 16px;
	border: 1px solid rgba(255, 255, 255, 1.00);
	padding: 1.00em 1.50em;
	transition: all 300ms ease-in-out;
	background: rgba(252, 102, 102, 1.00);
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.10em;
}

#printBoxButtonstacks_in_5:hover,
#printBoxButtonstacks_in_5:active {
	outline: none;
	border: 1px solid rgba(255, 255, 255, 1.00);
	background: rgba(127, 127, 127, 1.00);
	color: rgba(255, 255, 255, 1.00);
}
/*  */

/* Custom button styling, if enabled in the stack settings */
/*  */

/*  */