@charset "UTF-8";

/* Tables still need 'cellspacing="0"' in the markup. */
/*table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }*/
#scandalousPhotos {
	width: 100%;
	margin: auto;
	line-height: 1.5em;
	height: 215px;
}
#photos img {
	margin: 5px 20px 5px 20px;
	border: none;
}
#scandalousVideos {
	width: 100%;
	margin: auto;
	line-height: 1.5em;
	height: 215px;
}
#videos img {
	margin: 5px 15px 5px 15px;
	border: none;
}

