.improved-external-products-pro-ad {
	position: relative;
	min-height: 90px;
	border: 1px solid #3D5C99;
	background-color: #EBF5FF;
	border-radius: 5px;
    padding: 15px 15px 15px 100px;
    margin-top: 15px;
	margin-bottom: 15px;
}

img.wpo-helper {
	position: absolute;
	bottom: 0;
	left: 3px;
}

.improved-external-products-pro-ad h3 {
	margin: 0;
}

.improved-external-products-pro-ad ul {
	list-style-type: square;
    margin: 1em 0 1.5em 1.5em;
}

.improved-external-products-pro-ad ul {
	padding-left: 20px;
	text-indent: 2px;
	list-style: none outside none;
}

.improved-external-products-pro-ad ul li:before {
	content: '✔';
	margin-left: -2em;
	margin-right: 0.5em;
	color: green;
}

