.interactiveContainer {
	width: 100%;
	font-family: Arial, sans-serif;
	height: 340px;
}
.explainer {
	width: 100%;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 19px;
}
.theTools {
	margin: 0 auto;
}
.preview { font-size: 23px; color: #777;}
.description {	font-size: 11px; text-transform: uppercase; display: inline; margin-right: 10px; color: #666; }
.description.keyword { margin-left: 40px; }
.toolItem {
	display: inline;
	padding: 7px 9px;
	background: #eee;
	border: #ccc solid 1px;
	font-size: 11px;
	cursor: pointer;
	text-transform: uppercase;
}
.toolItem:hover {
	background: #ccc;
}
.theText {
	width: 500px;
	margin: 80px auto;
	font-size: 18px;
	line-height: 27px;
	color: #000;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #aaa;
}