@import url('/_resources/css/unc2017.css'); /* Client CSS */
@import url('/_resources/ou/editor/snippets.css');

body { background: #FFF; }

.ou-justedit-region { width:100%; }

.blury-photo *:not(a), .blurry-photo *:not(a) {color:#000 !important;}

/* Keep text black */
.ou-justedit-region p, .ou-justedit-region li { color: black!important; }
.ou-justedit-region .post-content p, .ou-justedit-region .post-content li { color: black; } */

/* Remove background images */
.ou-justedit-region .content { background: none!important; background-image:none!important; }
.ou-justedit-region .content:before { background: none!important; background-image:none!important; }
.ou-justedit-region .content .state-icon { background-color: black; }

/* Tool-tip Errors! */
.code-error {color:#650606; border:1px solid #650606; padding:.25em 1em;}


/* Colors and Snippets */
.UNC-blue .mce-item-table td {color:#fff;}
.UNC-blue table tr:nth-of-type(2n) {background:rgba(0, 0, 0, .1);

/* Make screen reader content in links visible */
a .show-for-sr { clip: unset; height: auto; width: auto; position: relative!important; overflow: visible; border: 2px solid red; }
a .show-for-sr:before { content: ".show-for-sr"; font-size: .5rem; font-weight: 600; color: red; position: absolute; top: -18px; width: 60px;}
	
/* New design considerations */
	.tiny {font-weight: bold;}
	
/* Stop the dropdown menus from extending past the editing window */
.ou-justedit-toolbar-cntr .tox.tox-silver-sink.tox-tinymce-aux .tox-tiered-menu .tox-menu.tox-collection.tox-collection--list { max-height: 550px !important;}