/*
* NBT Tool specific settings
*/
/*
* Color-coded elements
*/ 
/* Header 1 - 6 */
.item h1,
#nbt-text-headings .EditorToolHeading1 { background-color:#caa0a3 !important; }
.item h2,
#nbt-text-headings .EditorToolHeading2 { background-color:#dbb1b3 !important; }
.item h3,
#nbt-text-headings .EditorToolHeading3 { background-color:#ecc1c3 !important; }
.item h4,
#nbt-text-headings .EditorToolHeading4 { background-color:#fdd2d4 !important; }
.item h5,
#nbt-text-headings .EditorToolHeading5 { background-color:#ffdddf !important; }
.item h6,
#nbt-text-headings .EditorToolHeading6 { background-color:#ffe8e9 !important; }
/* Text */
.item p.preamble,
#nbt-text-running .EditorToolPreamble { background-color:#a6b3c4 !important; }
.item p,
#nbt-text-running .EditorToolNormal { background-color:#bbc8d9 !important; }
.item p.imagetext,
#nbt-text-running .EditorToolImageText { background-color:#d1deef !important; }

