.uthsc-ouc-instructions { background-color:#ced084 !important;}
.uthsc-snippet-figure-mobile-width,.uthsc-snippet-badge-box-background-color,.uthsc-snippet-badge-box-foreground-color,.uthsc-snippet-block-grid-mobile {display:none;}

.snippet-extra-middle .uthsc-ouc-left-table{padding-right:1em;}
.snippet-extra-middle .uthsc-ouc-right-table{padding-left:1em;}

footer .uthsc-row-bg-dark-gray .ou-justedit-region::before {
	background-color: #333;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	z-index: -1;
}

.ou-justedit-region .localist-widget::before {
	content: 'This section contains a Javascript widget. Click the Source Code < > button in the toolbar to edit.';
	background-color: #ebebeb;
	color: #555;
	margin: 0 0 1rem 0;
	padding: 1rem;
	border: 1px solid rgba(10, 10, 10, 0.25);
}

/********************
 * Component Preview Helper Styles
 ***/

div.ou-je-component [data-ouc-test=''] {
	display: none;
}

div.ou-je-component [data-ouc-not]:not([data-ouc-not='']) {
	display: none;
}

div.ou-je-component [data-ouc-hero-video]:not([data-ouc-hero-video="video"]),
div.ou-je-component [data-ouc-hero-image]:not([data-ouc-hero-image="image"]),
div.ou-je-component [data-ouc-hero-slider]:not([data-ouc-hero-slider="slider"])
{
	display: none;
}

/***
 * /Component Preview Helper Styles
 ********************/