.report_icon::before{
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 1.7em;
	height: 1.7em;
	background: url(../images/report/report_icon.jpg.png)  no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;	
	margin-right: 0.5em;
}
.report_img{
	width: 47%;
	display: inline-block;
	box-shadow: 1px 1px 3px #999;
	margin: 1%;
}
.report_img img {
	width: 100%;
}