/* table transformation styling */
table[class^="ou-"] {
	background: rgba(225, 225, 235, 0.05);
	width: 100%;
}
table[class^="ou-"] caption {
	/* background: none repeat scroll 0 0 rgba(0, 0, 10, 0.5); */
	background: #333333;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	text-align:center;
	padding: 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}
table[class^="ou-"] th {
	/*background: none repeat scroll 0 0 rgba(185, 185, 195, 0.5);*/
	background-color: #006838;
	text-align:center;
	color: white;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}
table[class^="ou-"] td {
	padding: 5px 10px;
	color: #898989;
}
table[class^="ou-"] td img {
	max-width: 100%;
}

/* Image Gallery */
table.ou-image-gallery tbody tr:nth-of-type(4n) {border-bottom-style: solid; border-bottom-width:thick; border-bottom-color:black;}
table.ou-image-gallery tbody tr:nth-of-type(4n+1) th::before {content: 'Image';}
table.ou-image-gallery tbody tr:nth-of-type(4n+2) th::before {content: 'Thumbnail';}
table.ou-image-gallery tbody tr:nth-of-type(4n+3) th::before {content: 'Text Caption';}
table.ou-image-gallery tbody tr:nth-of-type(4n) th::before {content: 'Link';}

h3.wysiwyg-spacer{
	font-size:12pt !important;
}


