﻿/*  Custom styles to list in the Rich Text Editor  */

.ms-rteCustom-border { border: 1px solid #ccc; }
.ms-rteCustom-borderTop { border-top: 1px solid #ccc; }
.ms-rteCustom-borderBottom { border-bottom: 1px solid #ccc; margin-bottom: 15px; }

.ms-rteCustom-imageRight { float: right; margin: 0 0 10px 10px; text-align: center; }
.ms-rteCustom-imageLeft { float: left; margin: 0 10px 10px 0; text-align: center; }

.ms-rteCustom-largeHeading { font-size: 26px; font-weight: normal; padding: 5px 0 7px 10px; }
.ms-rteCustom-tabcontentHeading { border-top: none !important; padding-top: 10px !important; font-weight: bold; }
.ms-rteCustom-tabcontentFirstItem { border-top: none !important; padding-top: 5px !important; }
.ms-rteCustom-features_Thumbnails { border-top: 1px solid #ccc; padding-top: 15px; }
.ms-rteCustom-features_NoThumbnails { margin-top: -45px; }

.ms-rteCustom-urgent { color: #cc0000; }
.ms-rteCustom-note { margin: 2.5em; padding: .75em 1em; border: 1px solid #ccc; background-color: #f9f9f9; }

