

#stacks_in_20 {
	line-height: 2em;
	text-transform: capitalize;
}
#stacks_in_298 u {
	animation: stacks_in_298color-animation 2s 0; 
	animation-fill-mode: forwards;  
	background-image: linear-gradient(rgba(255, 255, 10, 0.90), rgba(255, 255, 10, 0.90));
	background-repeat: no-repeat;
	background-size: 0% 100%;
	animation-delay: 1s;
	text-decoration: none;
	padding: 1px;
} 

@keyframes stacks_in_298color-animation { 
	1% {
  	color: rgba(238, 59, 88, 1.00);
  }
	99% {
  	color: rgba(238, 59, 88, 1.00);
  }
	100% {
  	color: rgba(66, 66, 66, 1.00); 
    background-size: 100% 100%;
  } 
}
#stacks_in_295_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_295 a:link, #stacks_in_295 a:visited {
	background-color:#FF7FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF7FFF), to(#994CBF));
	border:1px solid #994CBF;
	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_295 a:hover {
	background-color:#FF89FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF89FF), to(#8442A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_295 a:active {
	background-color:#FF7FFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



