<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.uhds_staff {
	width: 100%;
	clear:both;
	
}

.uhds_staff img { 
	
	float: left; 
	margin: 10px; 
	width: 100px; 
	height: auto;
	border: solid 1px black;
}
	
.uhds_staff h6 {
	margin-left: 10px;
}

.uhds_staff p {
	margin-left: 10px;
	margin-top: -10px;
	color: black;
	font-weight:normal;
}

table.uhds_staff img{

	vertical-align:top;
	
}

table.uhds_staff td{
	text-align:left !important;
	vertical-align: middle;
}

table.uhds_staff h1, h2, h3, h4, h5, h6, p{
	padding:auto 0;
	margin:auto 0;
}


table.uhds_staff th.pic{
	width:10%;
}

table.uhds_staff th.name{
	width:18%;
}

table.uhds_staff th.title{
	width:22%;
}

table.uhds_staff th.phone{
	width:10%;
}

table.uhds_staff th.email{
	width:25%;
}


.uhds_section {
		width:90%;
		clear:both;
	}
/* 
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.uhds_staff, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	table.uhds_staff thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table.uhds_staff tr { border: 1px solid #ccc; clear:both; }
	
	table.uhds_staff td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
	}

	table.uhds_staff img {
	
	width:100px;
	height:auto;
	
	}

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