.ou-justedit-region {
	/*background-color: #FFFFFF !important;*/
	/*color: #000000 !important;*/
	padding: 15px;
	width: 98%;
}


.ou-justedit-region table[class^="ou-"] img:not(.mce-object-iframe) {
    max-width: 200px;
    max-height: 100%;
    width: auto;
    height: auto;
	min-width:100px!important;
}


/* Fix issue with bootstrap buttons in WYSIWYG */
.ou-justedit-region .btn{
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.ou-justedit-region table { width: 100%; table-layout: fixed; }
.ou-justedit-region table[class^="ou-"]{ width: 100%; cursor: default; margin: 32px 0 !important; }

.ou-justedit-region table[class^="ou-"] td { position: relative !important; }

.ou-justedit-region table[class^="ou-"] img:not(.mce-object-iframe) { 
	max-width: 100%; 
	max-height: 100%; 
	width: auto; 
	height: auto; 
}

.ou-justedit-region table[class^="ou-"], 
.ou-justedit-region .mce-item-table, 
.ou-justedit-region .mce-item-table td, 
.ou-justedit-region .mce-item-table th, 
.ou-justedit-region .mce-item-table caption {
	border-collapse: separate;
    border-spacing: 0px;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
}

.ou-justedit-region table[class^="ou-"] thead tr th, 
.ou-justedit-region table[class^="ou-"] tbody tr th, 
.ou-justedit-regiontable[class^="ou-"] caption, 
.ou-justedit-region table[class^="ou-"] thead tr td { font-weight: 800; }

.ou-justedit-region table[class^="ou-"] thead tr th, 
.ou-justedit-region table[class^="ou-"] tbody tr th, 
.ou-justedit-region table[class^="ou-"] caption, 
.ou-justedit-region table[class^="ou-"] thead tr td, 
.ou-justedit-region table[class^="ou-"] tbody tr td{
	color: #000;
	font-size: 14px;
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

.ou-justedit-region table[class^="ou-"] thead tr th, 
.ou-justedit-region table[class^="ou-"] tbody tr th, 
.ou-justedit-region table[class^="ou-"] caption {
    background: none repeat scroll 0 0 #f0f0f0;
	color: #333;
	font-weight: 600;
    font-size: 14px;
}

.ou-justedit-region table[class^="ou-"] caption {
	font-size: 18px;
	text-align: center;
	background-image: linear-gradient(to bottom,#f9f9f9,#d3d3d3);
	margin: 0px;
    border-bottom: 0;
    caption-side: top;
}

.ou-justedit-region table.ou-[data-gallery-type="slick"] tr[data-gallery-type="fancybox"],
.ou-justedit-region table.ou-[data-gallery-type="fancybox"] tr[data-gallery-type="slick"] {
	display: none;
}

.ou-justedit-region table[data-snippet='ou-banner-video'] > tbody > tr > td[data-name="video"] > img:not(.mce-object-iframe) { min-width: 100px; min-height: 100px; }


/********************************
 * START Table Input Hint Styling
 ********************************/

/* Generic table "tool-tip/alert" info styling */
.ou-justedit-region table[class^="ou-"] th:before,
.ou-justedit-region table[class^="ou-"] td:before,
.ou-justedit-region table[class^="ou-"] caption:before,
.ou-justedit-region table[class^="ou-"]:before {
	display: block;
	padding: 5px 15px;
	margin-bottom: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

/********************************
 * END Table Input Hint Styling
 ********************************/

/* example of helper text */
.ou-justedit-region table.ou-table-class > tbody > tr > td:nth-child(1):before { content: 'Add your content and style via WYSIWYG editor toolbar'; }

/* default helper text for different content type */
table[data-snippet^='ou-'] thead th { text-align: center }
/* table[data-snippet^='ou-'] > tbody > tr > td::before { content: "Enter text. All styling will be stripped." } */
table[data-snippet^='ou-'] td[data-type='wysiwyg']::before { content: "Enter content freely using the WYSIWYG toolbar." }
table[data-snippet^='ou-'] td[data-type='feature-heading']::before { content: "Enter feature heading text." }
table[data-snippet^='ou-'] td[data-type='item-heading']::before { content: "Enter item heading text." }
table[data-snippet^='ou-'] td[data-type='text-link']::before { content: "Enter text. Optionally, make it a link." }
table[data-snippet^='ou-'] td[data-type='link']::before { content: "Insert a link using the WYSIWYG toolbar. The system only reads the first link inside this cell." }
table[data-snippet^='ou-'] td[data-type='links']::before { content: "Insert multiple links using the WYSIWYG toolbar. The system only reads links inside this cell." }
table[data-snippet^='ou-'] td[data-type='list']::before { content: "Insert multiple links using the WYSIWYG toolbar. The system only reads links inside this cell." }
table[data-snippet^='ou-'] td[data-type='image-link']::before { content: "Insert an image using the WYSIWYG toolbar. Optionally, make it a link. The system only reads the first image inside this cell." }
table[data-snippet^='ou-'] td[data-type='image']::before { content: "Insert an image using the WYSIWYG toolbar. The system only reads the first image inside this cell." }
table[data-snippet^='ou-'] td[data-type='images']::before { content: "Insert multiple images using the WYSIWYG toolbar. The system only reads images inside this cell." }
table[data-snippet^='ou-'] td[data-type='number']::before { content: "Enter a number. This field must be a number." }
table[data-snippet^='ou-'] td[data-type='list']::before { content: "Enter a list using the WYSIWYG. The system only reads list items inside this cell." }
table[data-snippet^='ou-'] td[data-type='snippet']::before { content: "Insert a specific snippet. Please refer to the documentation to see which snippets are supported." }
table[data-snippet^='ou-'] td[data-type='snippets']::before { content: "Insert one or more snippets. Please refer to the documentation to see which snippets are supported." }
table[data-snippet^='ou-'] td[data-type='iframe']::before { content: "Insert a video using the WYSIWYG. The system only reads the first video inside this cell." }
table[data-snippet^='ou-'] td[data-type='asset']::before { content: "Insert an asset. This cell only reads the first asset." }
table[data-snippet^='ou-'] td[data-type='asset'][data-asset='gallery']::before { content: "Insert a gallery asset. This cell only reads the first gallery asset." }
table[data-snippet^='ou-'] td[data-select-list]::before { content: "This is a multiple-choice cell. Click on the cell to view your list of options." }
table[data-snippet^='ou-'] td[data-type='element'][data-elements='table']::before { content: "Insert a table using the WYSIWYG toolbar. This cell only supports 1 table."; }
table[data-snippet^='ou-'] td[data-name='feed-parser-config']::before { content: "Please link to a simplified feed parsing configuration file." }


table[data-snippet^='ou-'] { counter-reset: items }
table[data-snippet^='ou-'] > tbody > tr[data-name="item"] { counter-increment: items }
table[data-snippet='ou-accordion'] > tbody > tr[data-name="item"] > td[data-name="heading"]::before { content: 'Panel ' counter(items) ' — All styling is stripped.' }
table[data-snippet='ou-tabs'] > tbody > tr[data-name="item"] > td[data-name="heading"]::before { content: 'Tab ' counter(items) ' — All styling is stripped.' }
table[data-snippet^='ou-'] td[data-type='component']::before { content: "Insert a component using the WYSIWYG toolbar." }




table[class^="ou-"] img {
    max-width: 200px!important;
    max-height: 100%;
    width: auto;
    height: auto;
	min-width:100px!important;
}

table[data-snippet^='ou-hero-video'] >tbody>tr>td[data-name='video']::before { content: "Enter video. Video can be added using the video button in the wysiwyg or as a absolute url. EX: https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.mp4" }
table[data-snippet^='ou-hero-video'] >tbody>tr>td[data-name='content']::before { content: "Enter video content overlay" }
table[data-snippet^='ou-hero-video'] >tbody>tr>td[data-name='cta']::before { content: "Enter feature CTA *Optional" }
table[data-snippet^='ou-hero-video'] >tbody>tr>td[data-name='anchor']::before { content: "Enter feature anchor text *Optional" }
table[data-snippet^='ou-hero-video'] >tbody>tr>td[data-name='heading']::before { content: "Enter feature heading text *Optional" }


table[data-snippet^='ou-hero-banner'] >tbody>tr>td[data-name='image']::before { content: "Enter feature image *Required" }
table[data-snippet^='ou-hero-banner'] >tbody>tr>td[data-name='heading']::before { content: "Enter feature heading *Optional" }
table[data-snippet^='ou-hero-banner'] >tbody>tr>td[data-name='content']::before { content: "Enter feature content *Optional" }
table[data-snippet^='ou-hero-banner'] >tbody>tr>td[data-name='cta']::before { content: "Enter feature CTA *Optional" }
table[data-snippet^='ou-hero-banner'] >tbody>tr>td[data-name='anchor']::before { content: "Enter feature anchor text *Optional" }


table[data-snippet^='ou-hero-landing-banner'] >tbody>tr>td[data-name='heading']::before { content: "Enter feature heading *Optional" }
table[data-snippet^='ou-hero-landing-banner'] >tbody>tr>td[data-name='content']::before { content: "Enter feature content. Open WYSIWYG *Optional" }
table[data-snippet^='ou-hero-landing-banner'] >tbody>tr>td[data-name='anchor']::before { content: "Enter feature anchor text *Optional" }


table[data-snippet^='ou-find-your-program-finder-slider'] >tbody>tr>td[data-name='slider-snippet']::before { content: "Feature is required to have 3 three rows of content**"; }
table[data-snippet="ou-find-your-program-finder-slider-slide"] >tbody>tr>td[data-name='image']::before { content: "Enter slide image *Required" }
table[data-snippet="ou-find-your-program-finder-slider-slide"] >tbody>tr>td[data-name='content']::before { content: "Enter slide content *Optional" }
table[data-snippet="ou-find-your-program-finder-slider-slide"] >tbody>tr>td[data-name='link']::before { content: "Enter slide link *Optional" }
table[data-snippet="ou-find-your-program-finder-slider-form"] >tbody>tr>td[data-name='heading']::before { content: "Enter program search heading *Optional" }
table[data-snippet="ou-find-your-program-finder-slider-form"] >tbody>tr>td[data-name='content']::before { content: "Enter program search content *Optional" }
table[data-snippet="ou-find-your-program-finder-slider-form"] >tbody>tr>td[data-name='list']::before { content: "Enter program search CTA buttons, use ul/li structure *Optional" }
table[data-snippet="ou-find-your-program-finder-slider-form"] >tbody>tr>td[data-name='finder-page']::before { content: "Enter a link to the program finder page where results will display." }

table[data-snippet="ou-by-the-numbers-feature"] >thead>tr>td[data-name='heading']::before { content: "Enter feature heading *Optional" }
table[data-snippet="ou-by-the-numbers-feature"] >thead>tr>td[data-name='comma']::before { content: "Select Yes to leave automatic comma in number, No to remove comma" }

table[data-snippet="ou-by-the-numbers-feature"] >tbody>tr>td[data-name='pre-num']::before { content: "Enter content before the number *Optional" }
table[data-snippet="ou-by-the-numbers-feature"] >tbody>tr>td[data-name='num']::before { content: "Enter the number *Optional" }
table[data-snippet="ou-by-the-numbers-feature"] >tbody>tr>td[data-name='post-num-text']::before { content: "Enter content after the number *Optional" }
table[data-snippet="ou-by-the-numbers-feature"] >tbody>tr>td[data-name='post-num-symbol']::before { content: "Enter superscript after the number *Optional" }
table[data-snippet="ou-by-the-numbers-feature"] >tbody>tr>td[data-name='content']::before { content: "Enter content that displays under the number *Optional" }
table[data-snippet="ou-by-the-numbers-feature"] >tbody>tr>td[data-name='category']::before { content: "Enter content category *Optional" }
table[data-snippet="ou-by-the-numbers-feature"] >tbody::before { 
	content: "Feature is required to have 3 three rows of content**"; 
	display: block;
	padding: 5px 15px;
	margin-bottom: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
	min-width:700px;
}


table[data-snippet="ou-landing-by-the-numbers-feature"] >thead>tr>td[data-name='heading']::before { content: "Enter feature heading *Optional" }
table[data-snippet="ou-landing-by-the-numbers-feature"] >thead>tr>td[data-name='comma']::before { content: "Select Yes to leave automatic comma in number, No to remove comma" }

table[data-snippet="ou-landing-by-the-numbers-feature"] >tbody>tr>td[data-name='pre-num']::before { content: "Enter content before the number *Optional" }
table[data-snippet="ou-landing-by-the-numbers-feature"] >tbody>tr>td[data-name='num']::before { content: "Enter the number *Optional" }
table[data-snippet="ou-landing-by-the-numbers-feature"] >tbody>tr>td[data-name='post-num-text']::before { content: "Enter content after the number *Optional" }
table[data-snippet="ou-landing-by-the-numbers-feature"] >tbody>tr>td[data-name='post-num-symbol']::before { content: "Enter superscript after the number *Optional" }
table[data-snippet="ou-landing-by-the-numbers-feature"] >tbody>tr>td[data-name='content']::before { content: "Enter content that displays under the number *Optional" }
table[data-snippet="ou-landing-by-the-numbers-feature"] >tbody>tr>td[data-name='category']::before { content: "Enter content category *Optional" }
table[data-snippet="ou-landing-by-the-numbers-feature"] >tbody::before { 
	content: "Feature is required to have 3 three rows of content**"; 
	display: block;
	padding: 5px 15px;
	margin-bottom: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
	min-width:700px;
}

table[data-snippet="ou-secondary-by-the-numbers-feature"] >thead>tr>td[data-name='heading']::before { content: "Enter feature heading *Optional" }
table[data-snippet="ou-secondary-by-the-numbers-feature"] >thead>tr>td[data-name='comma']::before { content: "Select Yes to leave automatic comma in number, No to remove comma" }

table[data-snippet="ou-secondary-by-the-numbers-feature"] >tbody>tr>td[data-name='pre-num']::before { content: "Enter content before the number *Optional" }
table[data-snippet="ou-secondary-by-the-numbers-feature"] >tbody>tr>td[data-name='num']::before { content: "Enter the number *Optional" }
table[data-snippet="ou-secondary-by-the-numbers-feature"] >tbody>tr>td[data-name='post-num-text']::before { content: "Enter content after the number *Optional" }
table[data-snippet="ou-secondary-by-the-numbers-feature"] >tbody>tr>td[data-name='svg']::before { content: "Enter svg source code asset *Optional" }
table[data-snippet="ou-secondary-by-the-numbers-feature"] >tbody>tr>td[data-name='content']::before { content: "Enter content that displays under the number *Optional" }
table[data-snippet="ou-secondary-by-the-numbers-feature"] >tbody>tr>td[data-name='category']::before { content: "Enter content category *Optional" }
table[data-snippet="ou-secondary-by-the-numbers-feature"] >tbody::before { 
	content: "Feature is required to have 3 three rows of content**"; 
	display: block;
	padding: 5px 15px;
	margin-bottom: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
	min-width:700px;
}

table[data-snippet="ou-by-the-numbers-feature-white"] >thead>tr>td[data-name='heading']::before { content: "Enter feature heading *Optional" }
table[data-snippet="ou-by-the-numbers-feature-white"] >thead>tr>td[data-name='comma']::before { content: "Select Yes to leave automatic comma in number, No to remove comma" }
table[data-snippet="ou-by-the-numbers-feature-white"] >tbody>tr>td[data-name='pre-num']::before { content: "Enter content before the number *Optional" }
table[data-snippet="ou-by-the-numbers-feature-white"] >tbody>tr>td[data-name='num']::before { content: "Enter the number *Optional" }
table[data-snippet="ou-by-the-numbers-feature-white"] >tbody>tr>td[data-name='post-num-text']::before { content: "Enter content after the number *Optional" }
table[data-snippet="ou-by-the-numbers-feature-white"] >tbody>tr>td[data-name='content-heading']::before { content: "Enter heading text to display under the stat number *Optional" }
table[data-snippet="ou-by-the-numbers-feature-white"] >tbody>tr>td[data-name='content']::before { content: "Enter content that displays under the number *Optional" }
table[data-snippet="ou-by-the-numbers-feature-white"] >tbody::before { 
	content: "Feature is required to have 3 three rows of content**"; 
	display: block;
	padding: 5px 15px;
	margin-bottom: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
	min-width:700px;
}


table[data-snippet="ou-home-news-double-slider"] >thead>tr>td[data-name='slider-heading']::before { content: "Enter slider feature heading *Optional" }
table[data-snippet="ou-home-news-double-slider"] >thead>tr>td[data-name='slider-cta']::before { content: "Enter slider feature CTA *Optional" }
table[data-snippet="ou-home-news-double-slider"] >tbody>tr>td[data-name='slide-image']::before { content: "Enter slide image *Required, Styling will be stripped to keep uniform across slides" }
table[data-snippet="ou-home-news-double-slider"] >tbody>tr>td[data-name='slide-quote']::before { content: "Enter slide quote *Optional, Styling will be stripped to keep uniform across slides" }
table[data-snippet="ou-home-news-double-slider"] >tbody>tr>td[data-name='slide-author']::before { content: "Enter slide author *Optional" }
table[data-snippet="ou-home-news-double-slider"] >tbody>tr>td[data-name='slide-cta']::before { content: "Enter slide cta *Optional, Styling will be stripped to keep uniform across slides" }

table[data-snippet="ou-two-item-feature-image-right"] >tbody>tr>td[data-name='image']::before { content: "Enter feature image *Required" }
table[data-snippet="ou-two-item-feature-image-right"] >tbody>tr>td[data-name='content']::before { content: "Enter feature content. Open WYSIWYG *Required" }

table[data-snippet="ou-two-item-feature-image-left"] >tbody>tr>td[data-name='image']::before { content: "Enter feature image *Required" }
table[data-snippet="ou-two-item-feature-image-left"] >tbody>tr>td[data-name='content']::before { content: "Enter feature content. Open WYSIWYG *Required" }

table[data-snippet="ou-fullwidth-image-with-text-feature"] >tbody>tr>td[data-name='image']::before { content: "Enter feature image *Required" }
table[data-snippet="ou-fullwidth-image-with-text-feature"] >tbody>tr>td[data-name='heading']::before { content: "Enter feature heading *Optional" }
table[data-snippet="ou-fullwidth-image-with-text-feature"] >tbody>tr>td[data-name='button_list']::before { content: "Enter ul/li list of links to display as orange buttons. Leave blank for no buttons *Optional" }

table[data-snippet="ou-juicer-feature"] >tbody>tr>td[data-name='button_text']::before { content: "Enter feature button text *Required" }
table[data-snippet="ou-juicer-feature"] >tbody>tr>td[data-name='juicer_feed']::before { content: "Enter juicer feed link as plain text *Required" }

table[data-snippet="ou-navigation-snippet"] >tbody>tr>td[data-name='list']::before { content: "Enter ul/li list of links" }

table[data-snippet="ou-svg-content"] >thead>tr>td[data-name='heading']::before { content: "Enter feature heading *Optional" }
table[data-snippet="ou-svg-content"] >thead>tr>td[data-name='heading_content']::before { content: "Enter feature heading content. Open WYSIWYG *Optional" }
table[data-snippet="ou-svg-content"] >tbody>tr>td[data-name='link']::before { content: "Enter link for box. The link text will display as the box heading *Required" }
table[data-snippet="ou-svg-content"] >tbody>tr>td[data-name='svg']::before { content: "Enter svg for the box. Source code asset *Required" }
table[data-snippet="ou-svg-content"] >tbody::before { 
	content: "Enter as many rows as wanted, 8 rows is optimal**"; 
	display: block;
	padding: 5px 15px;
	margin-bottom: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
	min-width:700px;
}



table[data-snippet="ou-manual-event-cards"] >thead>tr>td[data-name='heading']::before { content: "Enter feature heading *Optional" }
table[data-snippet="ou-manual-event-cards"] >tbody>tr>td[data-name='link']::before { content: "Enter link for card. The link text will display as the card heading *Required" }
table[data-snippet="ou-manual-event-cards"] >tbody>tr>td[data-name='date']::before { content: "Enter date for card *Optional" }
table[data-snippet="ou-manual-event-cards"] >tbody>tr>td[data-name='content']::before { content: "Enter content for card. Open WYSIWYG *Optional" }

table[data-snippet="ou-support-and-resources-feature"] >thead>tr>td[data-name='heading']::before { content: "Enter feature heading *Optional" }
table[data-snippet="ou-support-and-resources-feature"] >thead>tr>td[data-name='content']::before { content: "Enter heading content. Open WYSIWYG *Optional" }
table[data-snippet="ou-support-and-resources-feature"] >tbody>tr>td[data-name='data']::before { content: "Enter link to data file. *Required" }
table[data-snippet="ou-support-and-resources-feature"] >tbody>tr>td[data-name='list']::before { content: "Enter ul/li list of links to search by. Link and display text for link should be the same *Required" }

table[data-snippet="ou-simple-content-with-links"] >tbody>tr>td[data-name='heading']::before { content: "Enter feature heading *Optional" }
table[data-snippet="ou-simple-content-with-links"] >tbody>tr>td[data-name='content']::before { content: "Enter feature content *Optional" }
table[data-snippet="ou-simple-content-with-links"] >tbody>tr>td[data-name='list']::before { content: "Enter ul/li list of links *Required" }

table[data-snippet="ou-landing-simple-content-with-links"] >tbody>tr>td[data-name='heading']::before { content: "Enter feature heading *Optional" }
table[data-snippet="ou-landing-simple-content-with-links"] >tbody>tr>td[data-name='content']::before { content: "Enter feature content *Optional" }
table[data-snippet="ou-landing-simple-content-with-links"] >tbody>tr>td[data-name='list']::before { content: "Enter ul/li list of links *Required" }


table[data-snippet="ou-student-success-feature"] >tbody>tr>td[data-name='heading']::before { content: "Enter feature heading *Optional" }
table[data-snippet="ou-student-success-feature"] >tbody>tr>td[data-name='content']::before { content: "Enter feature content *Optional" }
table[data-snippet="ou-student-success-feature"] >tbody>tr>td[data-name='image']::before { content: "Enter video image landing *Required" }
table[data-snippet="ou-student-success-feature"] >tbody>tr>td[data-name='video']::before { content: "Enter video *Required" }
table[data-snippet="ou-student-success-feature"] >tbody>tr>td[data-name='video_caption']::before { content: "Enter caption for video *Optional" }

table[data-snippet="ou-manual-alerts"] >tbody>tr>td[data-name='content']::before { content: "Enter feature content. Open WYSIWYG *Required" }
table[data-snippet="ou-manual-alerts"] >tbody>tr>td[data-name='cta']::before { content: "Enter feature cta. Open WYSIWYG *Required" }
table[data-snippet="ou-manual-alerts"] >tbody>tr>td[data-name='svg']::before { content: "Enter alert svg. Source code asset *Optional" }

table[data-snippet="ou-nav-buttons"] >tbody>tr>td[data-name='content']::before { content: "Enter ul/li list of links to display as blue buttons. *Required" }

table[data-snippet="ou-variation-student-success-feature"] >tbody>tr>td[data-name='image']::before { content: "Enter feature image *Required" }
table[data-snippet="ou-variation-student-success-feature"] >tbody>tr>td[data-name='heading']::before { content: "Enter feature heading *Optional" }
table[data-snippet="ou-variation-student-success-feature"] >tbody>tr>td[data-name='content']::before { content: "Enter feature content. Open WYSIWYG  *Optional" }

table[data-snippet="ou-quote-slider"] >thead>tr>td[data-name='heading']::before { content: "Enter feature heading *Optional" }
table[data-snippet="ou-quote-slider"] >tbody>tr>td[data-name='image']::before { content: "Enter slide image *Required" }
table[data-snippet="ou-quote-slider"] >tbody>tr>td[data-name='quote']::before { content: "Enter slide quote *Required, Styling will be stripped to keep uniform across slides" }
table[data-snippet="ou-quote-slider"] >tbody>tr>td[data-name='author_name']::before { content: "Enter quote author *Required, Styling will be stripped to keep uniform across slides" }
table[data-snippet="ou-quote-slider"] >tbody>tr>td[data-name='author_creds']::before { content: "Enter author credentials *Optional, Styling will be stripped to keep uniform across slides" }
table[data-snippet="ou-quote-slider"] >tbody>tr>td[data-name='cta']::before { content: "Enter slide cta link *Optional, Styling will be stripped to keep uniform across slides" }

table[data-snippet="ou-simple-visit-feature"] >tbody>tr>td[data-name='heading']::before { content: "Enter feature heading *Optional" }
table[data-snippet="ou-simple-visit-feature"] >tbody>tr>td[data-name='content']::before { content: "Enter feature content *Optional" }
table[data-snippet="ou-simple-visit-feature"] >tbody>tr>td[data-name='cta']::before { content: "Enter feature cta *Optional" }

table[data-snippet="ou-image-slider-with-captions"] >thead>tr>td[data-name='heading']::before { content: "Enter feature heading *Optional" }
table[data-snippet="ou-image-slider-with-captions"] >tbody>tr>td[data-name='image']::before { content: "Enter slide image *Required" }
table[data-snippet="ou-image-slider-with-captions"] >tbody>tr>td[data-name='caption']::before { content: "Enter slide caption *Optional, Styling will be stripped to keep uniform across slides" }

table[data-snippet="ou-contact-cards"] >tbody>tr>td[data-name='email']::before { content: "Enter card email *Optional, Styling will be stripped to keep uniform across cards" }
table[data-snippet="ou-contact-cards"] >tbody>tr>td[data-name='heading']::before { content: "Enter card heading *Optional, Styling will be stripped to keep uniform across cards" }
table[data-snippet="ou-contact-cards"] >tbody>tr>td[data-name='content']::before { content: "Enter card content. Open WYSIWYG *Optional" }
table[data-snippet="ou-contact-cards"] >tbody>tr>td[data-name='phone']::before { content: "Enter card phone. *Optional, Styling will be stripped to keep uniform across cards" }
table[data-snippet="ou-contact-cards"] >tbody>tr>td[data-name='cta']::before { content: "Enter card cta. *Optional, Styling will be stripped to keep uniform across cards" }

table[data-snippet="ou-heading-cta-wo-image"] >tbody>tr>td[data-name='heading']::before { content: "Enter feature heading *Optional" }
table[data-snippet="ou-heading-cta-wo-image"] >tbody>tr>td[data-name='content']::before { content: "Enter feature content Open WYSIWYG *Optional" }
table[data-snippet="ou-heading-cta-wo-image"] >tbody>tr>td[data-name='buttons']::before { content: "Enter ul/li list of links *Optional" }

table[data-snippet="ou-degrees-and-programs"] >thead>tr>td[data-name='heading']::before { content: "Enter feature heading *Optional" }
table[data-snippet="ou-degrees-and-programs"] >thead>tr>td[data-name='content']::before { content: "Enter feature content *Optional" }
table[data-snippet="ou-degrees-and-programs"] >tbody>tr>td[data-name='image']::before { content: "Enter card image *Required" }
table[data-snippet="ou-degrees-and-programs"] >tbody>tr>td[data-name='image_link']::before { content: "Enter card image link, text for the link will be applied to the aria-label attribute *Required" }
table[data-snippet="ou-degrees-and-programs"] >tbody>tr>td[data-name='heading']::before { content: "Enter card heading *Optional" }
table[data-snippet="ou-degrees-and-programs"] >tbody>tr>td[data-name='content']::before { content: "Enter card content Open WYSIWYG *Optional" }
table[data-snippet="ou-degrees-and-programs"] >tbody>tr>td[data-name='cta']::before { content: "Enter card cta *Optional" }

table[data-snippet="ou-tabs"] >thead>tr>td[data-name='heading']::before { content: "Enter feature heading *Optional" }
table[data-snippet="ou-tabs"] >tbody>tr>td[data-name='heading']::before { content: "Enter tab heading *Required" }
table[data-snippet="ou-tabs"] >tbody>tr>td[data-name='image']::before { content: "Enter tab image *Optional" }
table[data-snippet="ou-tabs"] >tbody>tr>td[data-name='content']::before { content: "Enter tab content Open WYSIWYG *Optional" }
table[data-snippet="ou-tabs"] >tbody>tr>td[data-name='cta']::before { content: "Enter tab cta *Optional" }

table[data-snippet="ou-list-of-links-with-image-right"] >tbody>tr>td[data-name='list']::before { content: "Enter ul/li list of links. *Optional" }
table[data-snippet="ou-list-of-links-with-image-right"] >tbody>tr>td[data-name='heading']::before { content: "Enter feature heading *Optional" }
table[data-snippet="ou-list-of-links-with-image-right"] >tbody>tr>td[data-name='content']::before { content: "Enter feature content *Optional" }
table[data-snippet="ou-list-of-links-with-image-right"] >tbody>tr>td[data-name='cta']::before { content: "Enter feature cta *Optional" }
table[data-snippet="ou-list-of-links-with-image-right"] >tbody>tr>td[data-name='image']::before { content: "Enter feature image *Required" }
table[data-snippet="ou-list-of-links-with-image-right"] >thead>tr>td[data-name='ou_bg_color']::before { content: "Choose Background Color. Default is dark grey *Optional" }

table[data-snippet="ou-list-of-links-with-image-left"] >tbody>tr>td[data-name='list']::before { content: "Enter ul/li list of links. *Optional" }
table[data-snippet="ou-list-of-links-with-image-left"] >tbody>tr>td[data-name='heading']::before { content: "Enter feature heading *Optional" }
table[data-snippet="ou-list-of-links-with-image-left"] >tbody>tr>td[data-name='content']::before { content: "Enter feature content *Optional" }
table[data-snippet="ou-list-of-links-with-image-left"] >tbody>tr>td[data-name='cta']::before { content: "Enter feature cta *Optional" }
table[data-snippet="ou-list-of-links-with-image-left"] >tbody>tr>td[data-name='image']::before { content: "Enter feature image *Required" }
table[data-snippet="ou-list-of-links-with-image-left"] >thead>tr>td[data-name='ou_bg_color']::before { content: "Choose Background Color. Default is dark grey *Optional" }

table[data-snippet="ou-connect-with-us"] >tbody>tr>td[data-name='heading']::before { content: "Enter feature heading *Optional" }
table[data-snippet="ou-connect-with-us"] >tbody>tr>td[data-name='contact-heading']::before { content: "Enter contact heading *Optional" }
table[data-snippet="ou-connect-with-us"] >tbody>tr>td[data-name='email']::before { content: "Enter contact email *Optional" }
table[data-snippet="ou-connect-with-us"] >tbody>tr>td[data-name='phone']::before { content: "Enter contact phone *Optional" }
table[data-snippet="ou-connect-with-us"] >tbody>tr>td[data-name='cta']::before { content: "Enter contact cta *Optional" }
table[data-snippet="ou-connect-with-us"] >tbody>tr>td[data-name='content']::before { content: "Enter feature content. Open WYSIWYG *Optional" }

table[data-snippet="ou-content-and-image-right"] >tbody>tr>td[data-name='heading']::before { content: "Enter feature heading *Optional" }
table[data-snippet="ou-content-and-image-right"] >tbody>tr>td[data-name='content']::before { content: "Enter feature content *Optional" }
table[data-snippet="ou-content-and-image-right"] >tbody>tr>td[data-name='image']::before { content: "Enter feature image *Required" }


table[data-snippet="ou-full-width-annoucement"] >tbody>tr>td[data-name='heading']::before { content: "Enter feature heading *Optional" }
table[data-snippet="ou-full-width-annoucement"] >tbody>tr>td[data-name='content']::before { content: "Enter feature content *Optional" }
table[data-snippet="ou-full-width-annoucement"] >tbody>tr>td[data-name='image']::before { content: "Enter feature image *Required" }
table[data-snippet="ou-full-width-annoucement"] >tbody>tr>td[data-name='cta']::before { content: "Enter feature cta *Optional" }


table[data-snippet="ou-meet-the-faculty-feature"] >thead>tr>td[data-name='heading']::before { content: "Enter feature heading *Optional" }
table[data-snippet="ou-meet-the-faculty-feature"] >thead>tr>td[data-name='content']::before { content: "Enter feature heading sub content *Optional" }
table[data-snippet="ou-meet-the-faculty-feature"] >thead>tr>td[data-name='cta']::before { content: "Enter feature heading  cta *Optional" }
table[data-snippet="ou-meet-the-faculty-feature"] >tbody>tr>td[data-name='image']::before { content: "Enter profile image *Required" }
table[data-snippet="ou-meet-the-faculty-feature"] >tbody>tr>td[data-name='cta']::before { content: "Enter profile cta. The text of this link will be the profile heading *Required" }
table[data-snippet="ou-meet-the-faculty-feature"] >tbody>tr>td[data-name='sub-heading']::before { content: "Enter profile sub heading *Optional" }
table[data-snippet="ou-meet-the-faculty-feature"] >tbody>tr>td[data-name='content']::before { content: "Enter profile content. Open WYSIWYG *Optional" }


table[data-snippet="ou-full-width-content-feature"] >tbody>tr>td[data-name='heading']::before { content: "Enter feature heading *Optional" }
table[data-snippet="ou-full-width-content-feature"] >tbody>tr>td[data-name='content']::before { content: "Enter feature content. Open WYSIWYG *Optional" }

table[data-snippet="ou-content-image-modal-right"] >tbody>tr>td[data-name='image']::before { content: "Enter content image *Required" }
table[data-snippet="ou-content-image-modal-right"] >tbody>tr>td[data-name='modal-caption']::before { content: "Enter content image modal caption *Required" }
table[data-snippet="ou-content-image-modal-right"] >tbody>tr>td[data-name='image-caption']::before { content: "Enter content image caption *Optional" }

table[data-snippet="ou-content-image-modal-left"] >tbody>tr>td[data-name='image']::before { content: "Enter content image *Required" }
table[data-snippet="ou-content-image-modal-left"] >tbody>tr>td[data-name='modal-caption']::before { content: "Enter content image modal caption *Required" }
table[data-snippet="ou-content-image-modal-left"] >tbody>tr>td[data-name='image-caption']::before { content: "Enter content image caption *Optional" }


table[data-snippet="ou-split-content"] >thead>tr>td[data-name='heading']::before { content: "Enter feature heading. Open WYSIWYG *Optional" }
table[data-snippet="ou-split-content"] >tbody>tr>td[data-name='content-1']::before { content: "Enter left side content. Open WYSIWYG *Required" }
table[data-snippet="ou-split-content"] >tbody>tr>td[data-name='content-2']::before { content: "Enter right side content. Open WYSIWYG *Required" }

table[data-snippet="ou-variation-split-content"] >thead>tr>td[data-name='heading']::before { content: "Enter feature heading. Open WYSIWYG *Optional" }
table[data-snippet="ou-variation-split-content"] >tbody>tr>td[data-name='content-1']::before { content: "Enter left side content. Open WYSIWYG *Required" }
table[data-snippet="ou-variation-split-content"] >tbody>tr>td[data-name='content-2']::before { content: "Enter right side content. Open WYSIWYG *Required" }

table[data-snippet="ou-horizontal-rule"] >tbody>tr>td[data-name='heading']::before { content: "Enter feature heading. Open WYSIWYG *Optional" }

table[data-snippet="ou-full-width-image-with-caption"] >tbody>tr>td[data-name='heading']::before { content: "Enter feature heading *Optional" }
table[data-snippet="ou-full-width-image-with-caption"] >tbody>tr>td[data-name='image']::before { content: "Enter feature image *Required" }
table[data-snippet="ou-full-width-image-with-caption"] >tbody>tr>td[data-name='caption']::before { content: "Enter feature caption *Optional" }

table[data-snippet="ou-youtube-embed"] >tbody>tr>td[data-name='heading']::before { content: "Enter feature heading *Optional" }
table[data-snippet="ou-youtube-embed"] >tbody>tr>td[data-name='youtube']::before { content: "Enter feature youtube embed. EX:'https://www.youtube.com/embed/QujEmOBztHg' *Required" }
table[data-snippet="ou-youtube-embed"] >tbody>tr>td[data-name='caption']::before { content: "Enter feature caption *Optional" }


table[data-snippet="ou-youtube-embed-video-content-slider-media-left"] >thead>tr>td[data-name='heading']::before { content: "Enter slide heading. This heading will appear across all slides *Optional" }
table[data-snippet="ou-youtube-embed-video-content-slider-media-left"] >thead>tr>td[data-name='ou_bg_color']::before { content: "Choose Background Color. Default is white *Optional" }
table[data-snippet="ou-youtube-embed-video-content-slider-media-left"] >tbody>tr>td[data-name='image']::before { content: "Enter slide landing image *Required" }
table[data-snippet="ou-youtube-embed-video-content-slider-media-left"] >tbody>tr>td[data-name='caption']::before { content: "Enter slide image caption *Required" }
table[data-snippet="ou-youtube-embed-video-content-slider-media-left"] >tbody>tr>td[data-name='youtube']::before { content: "Enter slide youtube embed. EX:'https://www.youtube.com/embed/QujEmOBztHg' *Required" }
table[data-snippet="ou-youtube-embed-video-content-slider-media-left"] >tbody>tr>td[data-name='modal-caption']::before { content: "Enter slide image modal caption *Required" }
table[data-snippet="ou-youtube-embed-video-content-slider-media-left"] >tbody>tr>td[data-name='content']::before { content: "Enter slide content. Open WYSIWYG *Optional" }

table[data-snippet="ou-youtube-embed-video-content-slider-media-right"] >thead>tr>td[data-name='heading']::before { content: "Enter slide heading. This heading will appear across all slides *Optional" }
table[data-snippet="ou-youtube-embed-video-content-slider-media-right"] >thead>tr>td[data-name='ou_bg_color']::before { content: "Choose Background Color. Default is white *Optional" }
table[data-snippet="ou-youtube-embed-video-content-slider-media-right"] >tbody>tr>td[data-name='image']::before { content: "Enter slide landing image *Required" }
table[data-snippet="ou-youtube-embed-video-content-slider-media-right"] >tbody>tr>td[data-name='caption']::before { content: "Enter slide image caption *Required" }
table[data-snippet="ou-youtube-embed-video-content-slider-media-right"] >tbody>tr>td[data-name='youtube']::before { content: "Enter slide youtube embed. EX:'https://www.youtube.com/embed/QujEmOBztHg' *Required" }
table[data-snippet="ou-youtube-embed-video-content-slider-media-right"] >tbody>tr>td[data-name='modal-caption']::before { content: "Enter slide image modal caption *Required" }
table[data-snippet="ou-youtube-embed-video-content-slider-media-right"] >tbody>tr>td[data-name='content']::before { content: "Enter slide content. Open WYSIWYG *Optional" }

table[data-snippet="ou-split-columns-two"] >thead>tr>td[data-name='heading']::before { content: "Enter feature heading. *Optional" }
table[data-snippet="ou-split-columns-two"] >thead>tr>td[data-name='content']::before { content: "Enter feature heading content. Open WYSIWYG *Optional" }
table[data-snippet="ou-split-columns-two"] >tbody>tr>td[data-name='content']::before { content: "Enter row content. Open WYSIWYG *Required" }

table[data-snippet="ou-split-columns-three"] >thead>tr>td[data-name='heading']::before { content: "Enter feature heading. *Optional" }
table[data-snippet="ou-split-columns-three"] >thead>tr>td[data-name='content']::before { content: "Enter feature heading content. Open WYSIWYG *Optional" }
table[data-snippet="ou-split-columns-three"] >tbody>tr>td[data-name='content']::before { content: "Enter row content. Open WYSIWYG *Required" }

table[data-snippet="ou-image-content-grid"] >thead>tr>td[data-name='heading']::before { content: "Enter feature heading. *Optional" }
table[data-snippet="ou-image-content-grid"] >thead>tr>td[data-name='content']::before { content: "Enter feature content. Open WYSIWYG *Optional" }
table[data-snippet="ou-image-content-grid"] >tbody>tr>td[data-name='image']::before { content: "Enter item image *Required" }
table[data-snippet="ou-image-content-grid"] >tbody>tr>td[data-name='content']::before { content: "Enter item content. Open WYSIWYG *Optional" }
table[data-snippet="ou-image-content-grid"] >tbody>tr>td[data-name='cta']::before { content: "Enter item cta heading. *Optional" }

table[data-snippet="ou-animated-table"] >tbody>tr>td[data-name='content']::before { content: "Use WYSIWYG to enter table. Table will be placed in the designs appropriate HTML content . *Required" }


table[data-snippet="ou-faculty-content-cards"] >thead>tr>td[data-name='heading']::before { content: "Enter feature heading. *Optional" }
table[data-snippet="ou-faculty-content-cards"] >thead>tr>td[data-name='cta']::before { content: "Enter feature cta *Optional" }
table[data-snippet="ou-faculty-content-cards"] >tbody>tr>td[data-name='profile']::before { content: "Enter link to XML profile. Must be xml file. *Required" }

table[data-snippet="ou-single-quote"] >tbody>tr>td[data-name='heading']::before { content: "Enter feature heading. *Optional" }
table[data-snippet="ou-single-quote"] >tbody>tr>td[data-name='quote']::before { content: "Enter feature quote. *Optional" }
table[data-snippet="ou-single-quote"] >thead>tr>td[data-name='ou_bg_color']::before { content: "Choose Background Color. Default is white *Optional" }
table[data-snippet="ou-single-quote"] >tbody>tr>td[data-name='author_name']::before { content: "Enter feature author_name. *Optional" }
table[data-snippet="ou-single-quote"] >tbody>tr>td[data-name='date']::before { content: "Enter feature date. *Optional" }
table[data-snippet="ou-single-quote"] >tbody>tr>td[data-name='major']::before { content: "Enter feature major. *Optional" }
table[data-snippet="ou-single-quote"] >tbody>tr>td[data-name='cta']::before { content: "Enter feature cta. *Optional" }

table[data-snippet="ou-youtube-embed-video-content-media-right"] >thead>tr>td[data-name='heading']::before { content: "Enter feature heading. *Optional" }
table[data-snippet="ou-youtube-embed-video-content-media-right"] >thead>tr>td[data-name='ou_bg_color']::before { content: "Choose Background Color. Default is white *Optional" }
table[data-snippet="ou-youtube-embed-video-content-media-right"] >tbody>tr>td[data-name='image']::before { content: "Enter landing image *Required" }
table[data-snippet="ou-youtube-embed-video-content-media-right"] >tbody>tr>td[data-name='youtube']::before { content: "Enter feature youtube embed. EX:'https://www.youtube.com/embed/QujEmOBztHg' *Required" }
table[data-snippet="ou-youtube-embed-video-content-media-right"] >tbody>tr>td[data-name='modal-caption']::before { content: "Enter image modal caption *Required" }
table[data-snippet="ou-youtube-embed-video-content-media-right"] >tbody>tr>td[data-name='content']::before { content: "Enter slide content. Open WYSIWYG *Optional" }

table[data-snippet="ou-youtube-embed-video-content-media-left"] >thead>tr>td[data-name='heading']::before { content: "Enter feature heading. *Optional" }
table[data-snippet="ou-youtube-embed-video-content-media-left"] >thead>tr>td[data-name='ou_bg_color']::before { content: "Choose Background Color. Default is white *Optional" }
table[data-snippet="ou-youtube-embed-video-content-media-left"] >tbody>tr>td[data-name='image']::before { content: "Enter landing image *Required" }
table[data-snippet="ou-youtube-embed-video-content-media-left"] >tbody>tr>td[data-name='youtube']::before { content: "Enter feature youtube embed. EX:'https://www.youtube.com/embed/QujEmOBztHg' *Required" }
table[data-snippet="ou-youtube-embed-video-content-media-left"] >tbody>tr>td[data-name='modal-caption']::before { content: "Enter slide image modal caption *Required" }
table[data-snippet="ou-youtube-embed-video-content-media-left"] >tbody>tr>td[data-name='content']::before { content: "Enter slide content. Open WYSIWYG *Optional" }


table[data-snippet="ou-news-media-image"] >tbody>tr>td[data-name='image']::before { content: "Enter item image *Required" }
table[data-snippet="ou-news-media-image"] >tbody>tr>td[data-name='caption']::before { content: "Enter feature caption *Optional" }

table[data-snippet="ou-2023-accordion"] >thead>tr>td[data-name='heading']::before { content: "Enter feature heading. *Optional" }
table[data-snippet="ou-2023-accordion"] >tbody>tr>td[data-name='select-list']::before { content: "Enter image alignment. Image will align to the left by default.  *Optional" }
table[data-snippet="ou-2023-accordion"] >tbody>tr>td[data-name='image']::before { content: "Enter image.  *Optional" }
table[data-snippet="ou-2023-accordion"] >tbody>tr>td[data-name='heading']::before { content: "Enter heading.  *Required" }
table[data-snippet="ou-2023-accordion"] >tbody>tr>td[data-name='sub-heading']::before { content: "Enter sub-heading.  *Optional" }
table[data-snippet="ou-2023-accordion"] >tbody>tr>td[data-name='content']::before { content: "Enter content.  *Optional" }



/* Snippet WYSIWYG style adjustments */


table[data-snippet="ou-two-item-feature-image-left"]  > tbody > tr > td[data-name='content'] { background-color:#B9ECB6 !important; }	
table[data-snippet="ou-two-item-feature-image-right"]  > tbody > tr > td[data-name='content'] { background-color:#B9ECB6 !important; }	


	
