.news img {
	border: 10px solid white;
    box-shadow: 0 0 5px rgba(0,0,0,.4);
	margin-top: 1em; 
	max-width: 100%;
	}
.news .caption {
	margin-top: 8px;
	font-size: 90%;
	font-style: italic;
	line-height: 130%;
	background: none;
	}
.news table { border: 1px solid #eee; }
.news td { padding: 0.5em; border-right: 1px solid #eee; }
.news table tbody tr:nth-child(odd) {
   background-color: #eee;
}
.credit {font-size: 80%; overflow: auto; margin-top: 0.5em; padding-top: 1em; }
.credit img { 
	float: left; 
	width: 32px; 
	margin: 0 1em 0 0; 
	border: none;
	box-shadow: none;
	}

.comment { border-top: 1px solid #eee; margin-bottom: 1em; }
.commentText { margin: 1.2em 0; }

.userAvatar {
	float: left;
	margin-right: 1em;
	width: 80px;
	height: 80px;
	border-radius: 1000px;
	vertical-align: middle;
	position: relative;
	background-size: 80px;
}
.subHead {
	  font-family: 'FrutigerLTStd-BlackCn';
	  src: url('fonts/FrutigerLTStd-BlackCn.eot?#iefix') format('embedded-opentype'),  url('fonts/FrutigerLTStd-BlackCn.otf')  format('opentype'),
		     url('fonts/FrutigerLTStd-BlackCn.woff') format('woff'), url('fonts/FrutigerLTStd-BlackCn.ttf')  format('truetype'), url('fonts/FrutigerLTStd-BlackCn.svg#FrutigerLTStd-BlackCn') format('svg');
     font-size: 1.2em;
}
h1 {
	margin: 0;
	}
h2 { 
	margin-top: 1em; 
	padding-top: 1em; 
	border-top: 1px solid #ccc; 
	line-height: 1.2em; 
	clear: left; 
	}
h2 span { 
	font-size: 70%; 
	font-weight: 400; 
	color: #666; 
	}
h4 { font-weight: bold; }
.list-unstyled li {
	border-bottom: 1px solid #eee;
	padding: 0.2em 0;
}

.super {
	margin-bottom: 4px;
	font-family: Helvetica, Arial, sans-serif;
}
.subhead {
	font-style: italic;
	font-size: 1.2em;
	margin: 0 0 1em 0;
}


