#photo {
	float:right;
	margin:0 5em 1em 1em;
}
#photo img {
	max-height:200px;
}
#cards .card {
	margin-right:.5em;
}
.section {
	clear:both;
	margin: 0 1em;
}
main {
	width: 100%;
	display: block;
}
.sectioncontent {
	margin: 0 2em;
	overflow: hidden;
}
.title {
	font-weight:bold;
}
#footer {
	margin-top:2em;
}
#expertise li {
	list-style:none;
	display: inline-block;
	margin:0 .1em .2em 0;
	background-color:#d5d5d5;
	border-radius: 5px;
	white-space: nowrap;
	padding: .1em .5em;
}
#expertise li:hover {
	background:#bbb;
}
#expertise li a {
	color: #204290;
	outline: medium none;
	text-decoration:none;
}
#degrees .degree,
#degrees .program,
#degrees .institution {
	padding-right:1em;
}
#committees .committee {
	padding-right:1em;
}
#committees .committeetype:before {
	content: "(";
}
#committees .committeetype:after {
	content: ")";
}

/* Begin New CSS */
#firstcol li {
	margin-bottom:10px;
}
.searchby, .person {
	display: block;
	width: 100%;
	margin: 20px;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.name {
	font-weight: 700;
	font-size: 120%;
	margin-bottom: 5px;
}
.data {
	clear: left;
	margin-left: 20px;
	margin-bottom:2px;
	vertical-align: top;
	display:block;
	font-size: 110%;
}
.person img {
	float: right;
	max-height: 120px;
}
.person img.vcard {
	float:none;
}
.data .fieldname {
	display:inline-block;
	width:100px;
	text-align:right;
	padding-right:6px;
	font-weight:bold;
}
.data input.field {
	display:inline-block;
	width:150px;
	text-align:left;
}
.showadv {
	display:none;
	font-size:10px;
	padding-left:10px;
}
.person a {
	display: inline;
}
.person a:hover {
	text-decoration:underline;
}
main p {
	padding-left:20px;
}
#umheader {
	display:none;
}
#content {
	width: auto;
	margin: auto;
}
#nav {
	margin-top:50px;
}
#nav a.head {
	text-decoration:none;
}
#nav a.head:hover {
	text-decoration:underline;
}
div.searchby {
	display: block;
	padding:15px;
}
div.searchby h3 {
	margin-top:0;
}
.vcf {
	margin-right: 6px;
}
.vcf img {
	vertical-align: baseline;
}
#heading1 img { /* For HTML5 issue! */
	display:block;
}
.ui-content {
	padding:0;
}
.delete {
	font-size:20px;
	font-weight:bold;
	color:black;
}
#fullaccess {
	font-weight:bold;
}
#numresults {
	color:#999;
}
#information div {
	font-size: 120%;
	line-height: 130%;
}
@media all and (max-width: 400px) {
	.data .fieldname {
		display: block;
		text-align: left;
		width: auto;
}