.tile{
	padding-bottom: 10px;
}
.tile img{
	float: left;
	width: 50px;
	height: 50px;
   border-radius:5px;
   background: none repeat scroll 0% 0% rgb(255, 255, 255);
   border: 1px solid rgb(119, 119, 119);
   padding: 2px;

}

.tile p, .tile .button {
	margin-left: 0px;
}
.tile p{
	margin-top: 25px;
}
.tile h2{
	margin-left: 60px;
	padding-top: 20px;
	border-bottom: none;
}
@media screen and (max-width: 767px){
.tile{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

]