/* please make you add this to the default wysiwyg css as well as verify that the default helper styling is present in that file */

/* ou-breakout-box: blue box blockquote */
table.ou-breakout-box > tbody > tr:nth-child(n) > td:nth-child(1):before { content: 'Add your content and style via WYSIWYG editor toolbar'; }
table.ou-breakout-box > tbody > tr:nth-child(n) > td:nth-child(2):before { content: 'Add your contributor content and style via WYSIWYG editor toolbar'; }

/* ou-float-left: float left */
table.ou-float-left > tbody > tr:nth-child(n) > td:nth-child(1):before { content: 'Please place one image in this table cell'; }
table.ou-float-left > tbody > tr:nth-child(n) > td:nth-child(2):before { content: 'Add your caption text only'; }

/* ou-float-right: float right */
table.ou-float-right > tbody > tr:nth-child(n) > td:nth-child(1):before { content: 'Please place one image in this table cell'; }
table.ou-float-right > tbody > tr:nth-child(n) > td:nth-child(2):before { content: 'Add your caption text only'; }

/* ou-photo-gallery: photo gallery on photo archive page */
table.ou-photo-gallery > tbody > tr:nth-child(n) > td:nth-child(1):before { content: 'Please place one link to an image in this table cell'; }
table.ou-photo-gallery > tbody > tr:nth-child(n) > td:nth-child(2):before { content: 'Please place one link to an image in this table cell for the thumbnail'; }
table.ou-photo-gallery > tbody > tr:nth-child(n) > td:nth-child(3):before { content: 'Add your caption text only'; }

/* ou-related-photos: snippet for similar/related photos */
table.ou-related-photos > tbody > tr:nth-child(1) > td:nth-child(1):before { content: 'Enter main title / heading'; }
table.ou-related-photos > tbody > tr:nth-child(n+2) > td:nth-child(1):before { content: 'Please place one image in this table cell'; }
table.ou-related-photos > tbody > tr:nth-child(n+2) > td:nth-child(2):before { content: 'Enter date in format  - Month Day, Year'; }
table.ou-related-photos > tbody > tr:nth-child(n+2) > td:nth-child(3):before { content: 'Add heading / title'; }
table.ou-related-photos > tbody > tr:nth-child(n+2) > td:nth-child(4):before { content: 'Insert / Edit url link via wysiwyg'; }

/* ou-pagination: pagination links */
table.ou-pagination > tbody > tr:nth-child(n) > td:nth-child(1):before { content: 'Insert / Edit the url link via wysiwyg'; }

/* ou-related-videos: snippet for similar/related photos */
table.ou-related-videos > tbody > tr:nth-child(1) > td:nth-child(1):before { content: 'Enter main title / heading'; }
table.ou-related-videos > tbody > tr:nth-child(n+2) > td:nth-child(1):before { content: 'Enter the video URL for YouTube'; }
table.ou-related-videos > tbody > tr:nth-child(n+2) > td:nth-child(2):before { content: 'Edit the link text for the title and the wysiwyg for the url'; }

/* ou-icons: snippet for adding icons to a resources page */
table.ou-icons > tbody > tr:nth-child(n) > td:nth-child(1):before { content: 'Select the FA icon from the list'; }
table.ou-icons > tbody > tr:nth-child(n) > td:nth-child(2):before { content: 'Type the word yes to use a campus image predefined'; }
table.ou-icons > tbody > tr:nth-child(n) > td:nth-child(3):before { content: 'Please place one image in this table cell'; }
table.ou-icons > tbody > tr:nth-child(n) > td:nth-child(4):before { content: 'Edit the link text and the use the wysiwyg for the url'; }
