.aa_bla_advertising {
	position: relative;
	border: 1px solid #e2e2e2;
	padding: 10px;
	display: block;
}

.aa_bla_ad_image {
	float: left;
	margin: 0 15px 5px 0;
	width: 100px;
	height: 100px;
}

.aa_bla_type_dummy,
.aa_bla_type_dummy:hover {
	color: #3a3a3a;
}

.aa_bla_type_dummy .aa_bla_ad_image {
	border-radius: 20px;
	background-color: #e2e2e2;
}

.aa_bla_ad_image img {
	width: 100%;
	height: 100%;
}

.aa_bla_ad_title {
	margin: 0 !important;
	padding-right: 150px;
	line-height: 112.5%;
}

.aa_bla_ad_title,
.aa_bla_ad_title a {
	color: #717171;
}

.aa_bla_ad_title a {
	display: block;
}

.aa_bla_ad_title a:hover {
	color: #3a3a3a;
}

.aa_bla_advertising .jRatingAverage.jr_static {
	width: 100% !important;
}

.aa_bla_ad_description {
	margin-bottom: 5px;
	line-height: 137.5%;
}
/*small fix for double <br>*/
.aa_bla_ad_description br + br {
	display: none;
}

.aa_bla_ad_install {
	background-color: #60b900;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 112.5%;
	font-weight: 700;
	padding: 7px 15px 5px 50px;
}

.aa_bla_type_ad .aa_bla_ad_install {
	background-image: url(/wp-content/themes/aa/images/app_spotlight_widget/gp_logo.png);
	background-repeat: no-repeat;
	background-position: 15px 4px;
}

.aa_bla_ad_install:hover {
	background-color: #017801;
	color: #fff;
}

.aa_bla_type_dummy .aa_bla_ad_install {
	color: #017801;
	font-weight: 400;
	background-color: transparent;
	text-decoration: underline;
	font-size: 112.5%;
}

.aa_bla_type_dummy .aa_bla_ad_install:hover {
	color: #60b900;
}

.aa_bla_ad_sponsored {
	font-weight: 800;
	position: absolute;
	right: 10px;
	text-transform: uppercase;
	top: 10px;
}

@media only screen and (max-width : 603px) {
	.aa_bla_ad_title {
		padding-right: 115px;
	}

	.aa_bla_ad_sponsored {
		font-size: 75%;
		top: 0;
		right: 3px;
	}
}