@charset "utf-8";

table.table_container {
	width:100%;
	max-width:780px;
	margin:auto;
}

td.template_box {
	background-color: #FFFFFF;
	font-size: 10px;
}
td.template_container {
	border: 2px solid #f4f4f4;
	padding: 10px;
	margin:10px 0px;
}

.em_custom_text_border {
	border:2px solid #f4f4f4;
	text-align: center;
}

h2{
	font-size: 20px;
	margin: 0px;
}

#previews {
	padding:30px 0px;
	
	display:flex;
	width:100%;
	max-width: 780px;
	margin:auto;
	
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px;
}

#previews > img {
	height: 250px;
}

@media screen and (min-width:0px) and (max-width:880px){
	table{
		width: 100%!important;
	}
	td {
		display: block;
		width: 100%;
	}
	
	td.template_container table td {
		display: table-cell;
	}
	
	td.template_container table td:first-child {
		width:19px;
	}
	
}

@media print {
	body {
		background-color: white;
		color: black;
	}

	.pagebreak {
		page-break-after: always;
	}
	
	.top_container, #footer {
		display: none;
	}
	
	div.main_wrapper {
		padding-top:0;
	}
	
	
}