/* what_is.css
 * style for what is part of about us section
 */

#article {
	padding: 30px 10px;
}

#article p {
	margin-top: 20px;
	line-height: 1.5em;
	font-size: 105%;
}

#what-is-img {
	width: 400px;
}

#what-is-img img {
  width: 400px;
}
.credits {
	margin-top: 5px;
	padding-right: 5px;
	font-style: italic;
	font-size: 86%;
	text-align: right;
}
