/*!
 * WYSIWYG STYLING 
 * OmniUpdate, Inc.
*/
@import url('/_resources/css/fonts.css'); /* Client CSS */
@import url('/_resources/css/style.css'); /* Client CSS */
@import url('snippets.css'); /* Client CSS */

/* Add styles below to override the WYSIWYG region for editing purposes */
body{
	background: #FFF;
}
table.ou-two-column > colgroup > col { width: 50% !important; }
table.ou-two-column > tbody > tr:nth-child(1) > td:before { content: 'Add your content and style via WYSIWYG editor toolbar' ; }
table.ou-two-column > tbody > tr:nth-child(1) > td:nth-child(n+3):before, 
table.ou-two-column > tbody > tr:nth-child(n+1) > td:before { content: 'This content will NOT be added to the columns' !important; }

table.ou-three-column > colgroup > col { width: 33% !important; }
table.ou-three-column > tbody > tr:nth-child(1) > td:before { content: 'Add your content and style via WYSIWYG editor toolbar' ; }
table.ou-three-column > tbody > tr:nth-child(1) > td:nth-child(n+4):before, 
table.ou-three-column > tbody > tr:nth-child(n+2) > td:before { content: 'This content will NOT be added to the columns' !important; }
