.box{
		margin-bottom: 0em;
}

.box:last-child{
		margin-bottom: 1em;
}

.box img{
	float: left;
	margin-right: 1em;
}

p{
	margin-bottom: 0;
	}
	
p:last-child{
	margin-bottom: 1em;
}
