body{
	background: #FFF;
}


/* fix wysiwyg issue of hidden dropdown text 
.mce-text[style] { 
	color:black !important;
}
*/

/* improve appearance of table transformations */
.ou-snippet {
	width:90%;
	margin:20px auto;
	color: #000;
}

.ou-snippet small { font-size: .9em; }

.ou-snippet.quicklinks-snippet {
	width: 100%;
}

.mce-item-table, .mce-item-table td, .mce-item-table th, .mce-item-table caption {
	border:2px solid black !important;
	border-collapse: collapse;
}

table.basic-grid, table.flex-grid {
	border:4px solid black !important;
	padding:5px;
}

.ou-snippet caption {
	padding:10px;
	color:#fff;
	text-align:center; 
	background: #222222; /* Old browsers */
	background: -moz-linear-gradient(top,  #333333 0%, #111111 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#111111)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #333333 0%,#111111 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #333333 0%,#111111 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #333333 0%,#111111 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #333333 0%,#111111 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
}

.ou-snippet th, .ou-column-helper, .ou-snippet tfoot td { 
	padding:5px;
	background: #ddd;
	color:#000;
	text-align:center; 
}

/*.ou-snippet img {
	width: 100%;
	max-width: 100%;
	height: auto;
}*/


.ou-prompt {
	background: #ccc !important;
	color: #000;
	width: 25%;
	max-width: 25%;
}

.ou-additional { 
	font-size:.8em; 
	display:block; 
}

.ou-snippet tfoot td {
	text-align: left;
	font-size: .9em;
}


/* stop captions, etc. from being clicked and edited */
.ou-prompt, .ou-snippet caption, .ou-snippet th, .ou-column-helper, .ou-snippet tfoot td {
	user-select:none;
	-o-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-webkit-touch-callout:none;
	-ms-user-select:none;
}

h4.wysiwyg-spacer {
	background-color:#347AB7 !important;
	color: white;
	/*font-size: 1.25em;*/
	text-align:center !important;
}
