@media print {
	.pagebreaker {
		page-break-before: auto;
		page-break-inside: avoid;
	}
	.non_printing_text {
		display: none;
	}

}

@page {	
	@bottom-center { 
		content: "Wellcome-Images";
	}
}

@media screen { 
	.print_only_text {
		display: none;
	}
}



.print_only_head_text {
	position: absolute;
	top: 0px;
	
}

.printtable {
	width:100%; 
	margin: auto;
	clear:both;
}

/* GRID */
.grid_cell {
	padding-top: 20px;
	width: 25%;
}

/* LIST */
.list_table {

}
.list_row {
	border: 1px solid grey !important;
}	

.list_img {
	padding-left: 30px;
	padding-top: 30px;
	vertical-align: top;
	width: 180px;
}

.list_text {
	padding-left: 50px;
	padding-top: 30px;
	vertical-align: top;
	text-align: left;
}

/* FULL */

.full_cap_table {
	width: 800px;
    	margin: auto;
}
.full_cap_row {
	page-break-after: always;	
}
.full_cap_img {
	padding-top: 50px;
}


/* FULL NO CAP */
.full_nocap_table {
    	margin: auto;
}
.full_nocap_row {
	page-break-after: always;	
}
.full_nocap_img {
	padding-top: 50px;
}

/* LIGHTBOX */

.lightbox_table {
	width: 900px;
}	

.lightbox_row {
}
.lightbox_cell {
	margin-top: 20px;
	height: 160px;
}

