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



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

.stacks_in_30_page1tabloid {
	-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(253, 128, 8, 1.00); /* Chrome, Safari, Opera */
	-moz-column-rule: 1px solid rgba(253, 128, 8, 1.00); /* Firefox */
	column-rule: 1px solid rgba(253, 128, 8, 1.00);
}





/* -- End Tabloid Each css Template -- */
.progress-header {
  position: fixed;
  bottom: 0;
  z-index: 1;
  width: 100%;
}

.progress-container {
  width: 100%;
  height: 5px;
  background: rgba(240, 240, 240, 1.00);
}

.progress-bar {
  height: 5px;
  background: rgba(254, 204, 102, 1.00);
  width: 0%;
}




