/* ==============================================================
   Custom styles for Bootstrap/HTML5 Boilerplate theme
	 -these styles replace and extend bootstrap.css styles
	 -this css file is included in C5 editor, without main.css
	 -editor does not load google web fonts, so need fallback
================================================================= */

/*	Ad Groups
================================================== */
.ad-group {text-align:center}
.ad-group img {
	margin:5px;
	border:1px solid #d0d0d0;
	-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
		-moz-box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
			  box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
}