.itexttable {
	padding: 0.5em;
}
.itexttableleft {
	margin-right: 1.5em;
	float: left;
	clear: both;
	overflow: auto;
}
.itexttableright {
	margin-left: 1.5em;
	float: right;
	clear: both;
	overflow: auto;
}
.itextpic {
	padding: 5px;
}
.itextpic img {
	display: block;
}
.itextcit {
	font-size: 0.6em;
	color: #666666;
	text-align: right;
	padding: 0 5px 5px 0;
}
.itextcap {
	padding: 5px;
	font-size: 0.75em;
	font-style: italic;
	line-height: 1.4;
	color: #666666;
	text-align: center;
}
.itextnocap {
	padding: 5px;
}
.itextleftcol {
	float: left;
}
.itextrightcol {
	float: right;
}
/* New styles for responsive pictures (added during update on 9/22/2017) */
.itextresp {
	width: 100%;
	margin: 0 0 20px 0;
}
.itextresp .itextpic img {
	display: block;
	width: 100%;
	height: auto;
}
/* Special for Phones */
@media (max-width: 640px) {
	.itexttableleft, .itexttableright {
		margin: 0;
		float: none;
		width: 100% !important;
	}
	.itexttableleft .itextpic img, .itexttableright .itextpic img {
		width: 100% !important;
		height: auto !important;
	}
}