<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.union img{
		
		max-width: 100px !important;
	}

table.din-staff p a{
	
	font-size: 12px;
	
}

table.din-staff {
	min-width: 100%;
	border: none !important;
}

table.din-staff td{
		border: none !important;
}

table.din-staff img{
	width:100px;
	border: 1px solid #000;
}

img.banner {
	
	border: 1px solid #000;
	
}


table.din-description {
	width:100%;		
	border:none !important;
}

table.din-description td{
	width: 50%;
	padding: 0 5%;
	border:none !important;
}

table.din-description p{
	text-align:left;
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table.din-description, thead, tbody, th, td, tr { 
		display: block; 
		border: none !important;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	table.din-description thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table.din-description tr { border: none; }
	
	table.din-description td { 
		/* Behave  like a "row" */
		width:90%;
		padding: 10px auto;
		border: none !important;
		position: relative;
	}

	table.din-description img {
	
	width:100px;
	height:auto;
	
	}

	table.din-description p{
	
	text-align:center;
	
	
	}

</pre></body></html>