@charset "utf-8";
/* CSS Document */

.grid{
	min-height:100px;
	background:#fff;
	padding:5px;
	padding-bottom:16px;
	font-size:12px;
	float:left;
	margin:10px;
	border:1px solid #EDEDEE;
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
}
img.pec-image {
width:100%;
}

@media screen and (max-width : 1240px) {
	body{
		overflow:auto;
	}
}
@media screen and (max-width : 900px) {
	#backlinks{
		float:none;
		clear:both;
	}
	#backlinks a{
		display:inline-block;
		padding-right:20px;
	}
	#wrapper{
		margin-top:50px;
	}
}
.cleaner {
clear:both;
}