
.boxRight{
	float:right;
	margin: 0 -150px 15px 15px;
	padding: 10px;
	border: 1px solid #666;
	max-width:300px;
	font-size:90%;
}
p.smallText{
	font-style: italic;
	margin-top: 0;
}

@media only screen and (min-width: 520px) and (max-width: 759px){
	.boxRight{
		max-width:250px;
		margin-right:-130px;
	}
}

@media only screen and (max-width: 519px){
	.boxRight{
		float:none;
		max-width:inherit;
		margin: 15px 0;
	}
}


