.ou-justedit-region {
	/*background-color: #FFFFFF !important;*/
	/*color: #000000 !important;*/
	padding: 15px;
	width: 98%;
}
/* 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;
}

table[class^=ou-]{ width: 100%; cursor: default; margin-bottom: 4rem !important; }

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

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

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

table[class^="ou-"] thead tr th, table[class^="ou-"] tbody tr th, table[class^="ou-"] caption, table[class^="ou-"] thead tr td, 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;
}

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

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

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

/* Generic table "tool-tip/alert" info styling */
table[class^="ou-"] th:before,
table[class^="ou-"] td:before,
table[class^="ou-"] caption:before,
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;
}

/* Select Lists
***************/
[data-select-list] {
    cursor: pointer !important;
}

[data-select-list]:empty::after {
    content: 'Click here to select an option' !important;
    display: block !important;
    border: 1px dashed #808080 !important;
    border-radius: 6px !important;
    padding: 0 4px !important;
}

ul.ou-select-list {
    max-height: 200px !important;
    max-width: 400px !important;
    overflow-y: auto !important;
    list-style-type: none !important;
    padding-left: 5px !important;
    margin: 0 !important;
    position: relative !important;
}
ul.ou-select-list li {
    padding: 4px !important;
    cursor: pointer !important;
}
ul.ou-select-list li:hover { background-color: #ADD8E6 !important; }
ul.ou-select-list li.active { background-color: #0077b1 !important; }

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

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

table.ou-media-blocks-list > tbody > tr.ou-media-block > td:before {
	content: 'Insert Media Block snippets.';
}

table.ou-media-blocks-list-column-3 > tbody > tr.ou-media-block > td:before {
	content: 'Insert Media Block snippets.';
}

table.ou-media-blocks-list-column-2 > tbody > tr.ou-media-block > td:before {
	content: 'Insert Media Block snippets.';
}

table.ou-news-blocks > tbody > tr.ou-news-block > td:before {
	content: 'Insert News Block snippets.';
}

table.ou-video-block > tbody tr:nth-child(5) > td:before {
	content: 'Enter a youtubeid. Example 4fwXnksVous';
}

table.ou-pattern-carousel > tbody > tr.ou-pattern-slide > td:before {
	content: 'Insert Pattern Slide Video or Pattern Slide Image.';
}

table.ou-degrees-list > tbody > tr:nth-child(1) > td:before {
	content: 'This snippet will only work properly on a program detail page.  Please make sure the page parameter Program Path has a valid value.';
}

table.ou-stories-block > tbody > tr.ou-story > td:before {
	content: 'Insert Story Block snippets.';
}

table.ou-events-list > tbody > tr.ou-event > td:before {
	content: 'Insert Event snippets.';
}

table.ou-testimonials > tbody > tr.ou-testimonial > td:before {
	content: 'Insert Testimonial snippets.';
}

/*Images*/

/*Media Block*/
table.ou-media-block > tbody > tr:nth-child(1) > td:before{
	content: 'Optional [ 700 x 400 ]';
	color: darkgray;
}

table.ou-media-block > tbody > tr:nth-child(2) > td:before{
	content: 'Optional [ 1024 x 585 ]';
	color: darkgray;
}

table.ou-media-block > tbody > tr:nth-child(3) > td:before {
	content: 'Required* [ 1400 x 800 ]';
	color: #a6192e;
	font-weight: 500;
}

/*News Block*/
table.ou-news-block > tbody > tr:nth-child(1) > td:before{
	content: 'Optional [ 700 x 400 ]';
	color: darkgray;
}

table.ou-news-block > tbody > tr:nth-child(2) > td:before{
	content: 'Optional [ 1024 x 585 ]';
	color: darkgray;
}

table.ou-news-block > tbody > tr:nth-child(3) > td:before {
	content: 'Required* [ 1400 x 800 ]';
	color: #a6192e;
	font-weight: 500;
}

/*Pattern Slide Video*/
table.ou-pattern-slide-video > tbody > tr:nth-child(1) > td:before{
	content: 'Optional [ 700 x 400 ]';
	color: darkgray;
}

table.ou-pattern-slide-video > tbody > tr:nth-child(2) > td:before{
	content: 'Optional [ 1024 x 585 ]';
	color: darkgray;
}

table.ou-pattern-slide-video > tbody > tr:nth-child(3) > td:before {
	content: 'Required* [ 1400 x 800 ]';
	color: #a6192e;
	font-weight: 500;
}

/*Pattern Slide Image*/
table.ou-pattern-slide-image > tbody > tr:nth-child(1) > td:before{
	content: 'Optional [ 700 x 400 ]';
	color: darkgray;
}

table.ou-pattern-slide-image > tbody > tr:nth-child(2) > td:before{
	content: 'Optional [ 1024 x 585 ]';
	color: darkgray;
}

table.ou-pattern-slide-image > tbody > tr:nth-child(3) > td:before {
	content: 'Required* [ 1400 x 800 ]';
	color: #a6192e;
	font-weight: 500;
}

/*CTA Image Feature*/
table.ou-cta-image-feature > tbody > tr:nth-child(3) > td:before{
	content: 'Optional [ 320 x 405 ]';
	color: darkgray;
}

table.ou-cta-image-feature > tbody > tr:nth-child(4) > td:before{
	content: 'Optional [ 640 x 359 ]';
	color: darkgray;
}

table.ou-cta-image-feature > tbody > tr:nth-child(5) > td:before {
	content: 'Required* [ 1200 x 300 ]';
	color: #a6192e;
	font-weight: 500;
}

table.ou-snippet-pathways-tiles > thead > tr > td:nth-child(1):before { content: 'Enter Tiles Feature Heading'; }
table.ou-snippet-pathways-tiles > tbody > tr > td:nth-child(1):before { content: 'Use Select List To Select Background Color'; }
table.ou-snippet-pathways-tiles > tbody > tr > td:nth-child(2):before { content: 'Use Select List To Select Background Color On Hover'; }
table.ou-snippet-pathways-tiles > tbody > tr > td:nth-child(3):before { content: 'Enter SVG Overlay Image (Icon Will Only Show If A Background Color Has Been Selected)'; }
table.ou-snippet-pathways-tiles > tbody > tr > td:nth-child(3) { background-color:black; }
table.ou-snippet-pathways-tiles > tbody > tr > td:nth-child(4):before { content: 'Enter Tile Heading And Link'; }
table.ou-snippet-pathways-tiles > tfoot > tr > td:nth-child(1):before { content: 'Enter Tiles Feature CTA Link'; }

table.ou-snippet-pathways-video > thead > tr > td:nth-child(1):before { content: 'Enter Video Link (Leave This Field Blank To Only Display Stats Feature)'; }
table.ou-snippet-pathways-video > tbody > tr:nth-child(1) > td:nth-child(1):before { content: 'Enter First Stat Heading'; }
table.ou-snippet-pathways-video > tbody > tr:nth-child(1) > td:nth-child(2):before { content: 'Enter Second Stat Heading'; }
table.ou-snippet-pathways-video > tbody > tr:nth-child(1) > td:nth-child(3):before { content: 'Enter Third Stat Heading'; }
table.ou-snippet-pathways-video > tbody > tr:nth-child(2) > td:nth-child(1):before { content: 'Enter First Stat Content'; }
table.ou-snippet-pathways-video > tbody > tr:nth-child(2) > td:nth-child(2):before { content: 'Enter Second Stat Content'; }
table.ou-snippet-pathways-video > tbody > tr:nth-child(2) > td:nth-child(3):before { content: 'Enter Third Stat Content'; }

table.ou-snippet-pathways-programs-container > thead > tr > td:nth-child(1):before { content: 'The Pathways Programs Key Snippet Must Be Here'; }

table.ou-snippet-pathways-programs-key > thead > tr:nth-child(1) > td:nth-child(1):before { content: 'Feature Heading'; }
table.ou-snippet-pathways-programs-key > thead > tr:nth-child(2) > td:nth-child(1):before { content: 'Feature Description'; }
table.ou-snippet-pathways-programs-key > thead > tr:nth-child(3) > td:nth-child(1):before { content: 'Heading To Be Displayed On The Feature Key'; }
table.ou-snippet-pathways-programs-key > thead > tr:nth-child(4) > td:nth-child(1):before { content: 'Color Override'; }
table.ou-snippet-pathways-programs-key > tbody > tr > td:nth-child(1):before { content: 'Enter Key Item Heading'; }
table.ou-snippet-pathways-programs-key > tbody > tr > td:nth-child(2):before { content: 'Enter Key Item Content'; }

table.ou-snippet-pathways-programs-item > thead > tr:nth-child(1) > td:nth-child(1):before { content: 'Item Heading With Optional Link'; }
table.ou-snippet-pathways-programs-item > thead > tr:nth-child(2) > td:nth-child(1):before { content: 'Item Description'; }
table.ou-snippet-pathways-programs-item > tbody > tr > td:nth-child(1):before { content: 'Enter Letter To Be Displayed On Item Icon'; }

table.ou-numbered-list > tbody > tr.ou-item > td.ou-heading:before { content: 'Enter Item Heading (and apply heading style)'; }
table.ou-numbered-list > tbody > tr.ou-item > td.ou-content:before { content: 'Enter Item Content'; }

table.ou-numbered-list-variable > tbody > tr.ou-start > td.start:before { content: 'Please enter the starting number for the snippet (Numbers Only!)'; }
table.ou-numbered-list-variable > tbody > tr.ou-item > td.ou-heading:before { content: 'Enter Item Heading (and apply heading style)'; }
table.ou-numbered-list-variable > tbody > tr.ou-item > td.ou-content:before { content: 'Enter Item Content'; }


table.ou-link-boxes > tbody > tr.ou-box > td.ou-link:before { content: 'Insert/Edit Link'; }
table.ou-link-boxes > tbody > tr.ou-box > td.ou-option:before { content: 'Select a background color'; }

table.ou-dynamic-events-list > tbody > tr.ou-heading > td:before { content: 'Enter Heading'; }
table.ou-dynamic-events-list > tbody > tr.ou-button > td:before { content: 'Insert Button Link'; }
table.ou-dynamic-events-list > tbody > tr.ou-data > td:before { content: 'Insert Link To Events Folder'; }
table.ou-dynamic-events-list > tbody > tr.ou-limit > td:before { content: 'Number Of Items To Display (default is 3)'; }
table.ou-dynamic-events-list > tbody > tr.ou-filter > td:before { content: 'Enter A Tag Filter'; }

table.ou-dynamic-news-list > tbody > tr.ou-heading > td:before { content: 'Enter Heading Content'; }
table.ou-dynamic-news-list > tbody > tr.ou-button > td:before { content: 'Insert/Edit Link'; }
table.ou-dynamic-news-list > tbody > tr.ou-data > td:before { content: 'Insert Link To News Folder'; }
table.ou-dynamic-news-list > tbody > tr.ou-limit > td:before { content: 'Number Of Items To Display (default is 3)'; }
table.ou-dynamic-news-list > tbody > tr.ou-filter > td:before { content: 'Enter A Tag Filter'; }

table.ou-checkbox-filters > tbody > tr >  th { width: 10%; }
table.ou-checkbox-filters > tbody > tr.filters > td[class^="col-"] { width: 22%; }
table.ou-checkbox-filters > tbody > tr.filters >  td.col-1:before { content: 'Insert a bulleted list [column 1]'; }
table.ou-checkbox-filters > tbody > tr.filters >  td.col-2:before { content: 'Insert a bulleted list [column 2]'; }
table.ou-checkbox-filters > tbody > tr.filters >  td.col-3:before { content: 'Insert a bulleted list [column 3]'; }
table.ou-checkbox-filters > tbody > tr.filters >  td.col-4:before { content: 'Insert a bulleted list [column 4]'; }


table.ou-checkbox-filters > tbody > tr.item > td.heading:before { content: 'Enter heading text/link';}
table.ou-checkbox-filters > tbody > tr.item > td.content:before { content: 'Enter content text.';}
table.ou-checkbox-filters > tbody > tr.item > td.filters:before { content: 'Enter filter text';}