img[class ^= "ou-exclude-web"], img[class ^= "ou-exclude-pdf"] {
	opacity: 0.5;
}

[class ^= "ou-exclude-pdf"], [class ^= "ou-exclude-web"] {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	border-style: solid;
	border-radius: 4px;
	border-width: 1px;
	padding-left: 2em;
}

[class ^= "ou-exclude-pdf"] {
	background-image: url('exclude_pdf.png');	
	background-color: #FFCDCD;	
	border-color: #FC9393;	
	color: #8B0000;
}

[class ^= "ou-exclude-web"] {
	background-image: url('exclude_web.png');
	background-color: #D6EFF7;
	border-color: #A0DDE2;
	color: #4F2FF8;
}

hr.ou-catalog-page-break,hr.ou-catalog-column-break {
	background-color: #fff;
	margin: 3em 0;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 2px;
	height: 2em;
	color: #ddd;
}

hr.ou-catalog-page-break:before, hr.ou-catalog-column-break:before {
	content: 'PDF Page Break';
	font-style: italic;
	color: #717171;
}

hr.ou-catalog-column-break:before {
	content: 'PDF Column Break';
}

.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 { 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;
}

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

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

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

[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;
}

/********************************
* 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'; }

#pagearea td:hover {
	background-color: white !important;;
}
#pagearea tr td, #pagearea tr th {
	border: 1px solid #000 !important;
}

table.ou-page-helpline-buttons > tbody > tr > td:nth-child(1) {
    background-color: black !important;
}

#pagearea table.ou-page-helpline-buttons > tbody > tr > td:nth-child(1):hover {
    background-color: black !important;
}

.menu_icon {
    display: block !important;
}


table.ou-accordion > colgroup > col:nth-child(1) { width: 20% !important; }
table.ou-accordion > colgroup > col:nth-child(2) { width: 80% !important; }
table.ou-accordion > tbody > tr > td:nth-child(1):before { content: 'Heading for the content'; }
table.ou-accordion > tbody > tr > td:nth-child(2):before { content: 'Add your content and style via WYSIWYG editor toolbar'; }


table.ou-pull-courses > tbody > tr > td:before {
	content: 'Please enter the <CRS.NO>-<CRS.SUBJECT>, with a hyphen between them, data points for the course to be pulled from the data source.'
}




