.primaryContent .imgRight{
	float:right;
	max-width: 220px;
	margin: 0 0 2em 2em;
	border: 1px solid #f3f3f3;
}
.primaryContent .greyBox{
	float:right;
	max-width: 220px;
	margin: 0 0 2em 2em;
	font-size: 1.05em;
	font-weight:bold;
	padding:1em;
	border: 1px solid #f3f3f3;
	background-color: #f3f3f3;
	color: #333333;
}

@media only screen and (max-width: 519px){
	.primaryContent .imgRight, .primaryContent .greyBox {
		float:none;
		max-width:none;
		margin-left:0;
	}
	.primaryContent .imgRight{
		width:100%;
	}
}
    



