
#stacks_in_18 {
	line-height: 2em;
	text-transform: uppercase;
	font-size: 110%;
	font-weight: bold;
}

#stacks_in_30 {
	margin:  2px;
	padding:  2px;
}

#stacks_out_30 {
	width: 150px;
}
#stacks_in_41_float {
	float:left;
	width:55%;
}
#stacks_in_41 {
	margin:  20px;
	padding: 0px 40px 10px 0px;
}

#stacks_in_36 {
	margin: 8px 12px 0px 0px;
	padding: 4px 8px 0px 0px;
}
#stacks_in_17_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_17 a:link, #stacks_in_17 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	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_17 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_17 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_17 {
	padding:  20px;
}
#backtop0 {
position: fixed;  z-index: 9999999; outline: none; overflow: hidden;
text-align: center; cursor: pointer; transition: all 600ms linear; 
display: none; 
left: auto; right: 2%; top: auto; bottom: 2%;
 
color: rgba(242, 242, 242, 1.00);
background-color: rgba(0, 0, 0, 1.00);
height: 60px;
width: 60px;
line-height: 60px;
font-size: 20px;
border-radius: 2px;
 
/*customcss;*/
}

#backtop0:hover {
background-color: rgba(15, 128, 255, 0.89);
color: rgba(251, 251, 251, 1.00);

/*customcss;*/
}

#backtop0.mcOut {
opacity: 0;
}

@media screen and (max-width: 480px) {
#backtop0 {
 
height: 60px;
width: 60px;
line-height: 60px;
font-size: 20px;
 
/*customcss;*/
}}