.text img {
	max-width:613px!important;
	height: auto!important;
}
.text ul {
	clear: both;
	margin-bottom: 20px;
	margin-left: 20px;
	list-style-type: square;
}
.text ul ul {
	margin-top: 15px;
	margin-left: 20px;
}
.text ol {
	clear: both;
	margin-bottom: 20px;
	margin-left: 20px;
	}

.text ul ul li {
	background-image: none;
	padding-left: 0px;
	list-style-type: square;
}
.text li+li {
	margin-top: 5px;
}
.text p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 20px;
}
.text blockquote {
	margin-bottom: 20px;
	color: #fff;
	background-color: #30A2D9;
	padding: 10px;
}
.text blockquote p {margin-bottom: 0px;}
