img {
	max-width: 100%;
	height: auto;
}

/*////// TABLET STYLES //////*/

@media only screen and (max-width: 620px) {
	/*////// GENERAL STYLES //////*/
	#foxeslab-email .table1 {
		width: 90% !important;
	}
	#foxeslab-email .table1-2 {
		width: 98% !important;
		margin-left: 1%;
		margin-right: 1%;
	}
	#foxeslab-email .table1-3 {
		width: 98% !important;
		margin-left: 1%;
		margin-right: 1%;
	}
	#foxeslab-email .table1-4 {
		width: 98% !important;
		margin-left: 1%;
		margin-right: 1%;
	}
	#foxeslab-email .table1-5 {
		width: 90% !important;
		margin-left: 5%;
		margin-right: 5%;
	}
	#foxeslab-email .tablet_no_float {
		clear: both;
		width: 100% !important;
		margin: 0 auto !important;
		text-align: center !important;
	}
	#foxeslab-email .tablet_wise_float {
		clear: both;
		float: none !important;
		width: auto !important;
		margin: 0 auto !important;
		text-align: center !important;
	}
	#foxeslab-email .tablet_hide {
		display: none !important;
	}
	#foxeslab-email .image1 {
		width: 98% !important;
	}
	#foxeslab-email .image1-290 {
		width: 100% !important;
		max-width: 290px !important;
	}
	.center_content {
		text-align: center !important;
	}
	.center_image {
		margin: 0 auto !important;
	}
	.center_button {
		width: 50% !important;
		margin-left: 25% !important;
		max-width: 250px !important;
	}
	.centerize {
		margin: 0 auto !important;
	}
}

/*////// MOBILE STYLES //////*/

@media only screen and (max-width: 480px) {
	/*////// CLIENT-SPECIFIC STYLES //////*/
	body {
		width: 100% !important;
		min-width: 100% !important;
	}
	/* Force iOS Mail to render the email at full width. */
	table[class="flexibleContainer"] {
		width: 100% !important;
	}
	/* to prevent Yahoo Mail from rendering media query styles on desktop */
	/*////// GENERAL STYLES //////*/
	img[class="flexibleImage"] {
		height: auto !important;
		width: 100% !important;
	}
	#foxeslab-email .table1 {
		width: 98% !important;
	}
	#foxeslab-email .no_float {
		clear: both;
		width: 100% !important;
		margin: 0 auto !important;
		text-align: center !important;
	}
	#foxeslab-email .wise_float {
		clear: both;
		float: none !important;
		width: auto !important;
		margin: 0 auto !important;
		text-align: center !important;
	}
	#foxeslab-email .mobile_hide {
		display: none !important;
	}
	.auto_height {
		height: auto !important;
	}
}

.bottomBorder{
	border-bottom: 3px solid #e1e1e1;
}
@media print {
	body {-webkit-print-color-adjust: exact !important;}
  }
  #content a:link:after, #content a:visited:after {    
	content: "";   
  }
.viewQuery{
	border: 0.5px solid;
	border-radius: 5px;
	padding: 5px;
}