/* -- Start Tabloid Each css Template -- */



#stacks_in_16, #stacks_in_16 .stacks_in, #stacks_in_16 .stacks_out {
	overflow: visible !important;
}

.stacks_in_16tabloid {
	-webkit-columns: 300x;
	-moz-columns: 300px;
	columns: 300px;
	
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;

	-webkit-column-rule: 1px solid rgba(0, 0, 0, 0.30); /* Chrome, Safari, Opera */
	-moz-column-rule: 1px solid rgba(0, 0, 0, 0.30); /* Firefox */
	column-rule: 1px solid rgba(0, 0, 0, 0.30);
}





/* -- End Tabloid Each css Template -- *//* -- Start Type Each css Template -- */


#stacks_in_18textContainer{
	text-align: left !important;
	
	-webkit-backface-visibility: hidden;
}


#stacks_in_18sliceContainer{
	display: none;
}


. /* -- Start not edit -- */
#stacks_in_18{
	-webkit-backface-visibility: hidden;
}
#stacks_in_18 *{
	/* white-space: pre-line !important; */
	-webkit-transform-style: preserve-3d;
}
#stacks_in_18textContainer{
	white-space: pre-line !important;
}


.stacks_in_18blink{
	display: none;
	-webkit-backface-visibility: hidden;
}


.stacks_in_18blink:after {
	content: '|';
	animation: typeCursor 1s linear infinite;
	
	-webkit-transform: translate3d(0, 0, 0);
}


@keyframes typeCursor {
	0% {
		opacity: 0;
	}
	49.9% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	99.9% {
		opacity: 1;
	}
}
 /* -- End not edit -- */








/* -- End Type Each css Template -- */