/*editor.css*/
ul.redarrow,ul.greyarrow,ul.redtick,ul.greytick{list-style-type: none;margin:0;padding:0;}
ul.redarrow li::before,ul.redtick li::before{font-weight:bold;padding-right:7px;color:#cb4b6e;}
ul.greyarrow li::before,ul.greytick li::before{font-weight:bold;padding-right:7px;color:#aaa;}
ul.redarrow li::before,ul.greyarrow li::before{content:"\25b6";}
ul.redtick li::before,ul.greytick li::before{content:"\2713";}
blockquote.barquote{border-left:7px solid #cb4b6e;background:#fff;padding: 0 15px 0 45px;display:block;position:relative;color: #666;margin:0;}
blockquote.barquote::before{font-size:60px;position:absolute;color:#999;left:7px;top:10px;font-weight:bold;content:"\201C";line-height:30px;}
blockquote.bar {border-left:7px solid #cb4b6e;background:#fff;padding:0 15px;display:block;color:#666;margin:0;}
blockquote.quote {
	text-align: center;
	width: 100%;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	font-size: 2em;
	line-height:1.15em;
	font-style: italic;
	font-weight: bold;
	padding: 20px 0;
	margin:15px 0;
}
#dlbtoc {background: #f5f5f5;padding: 10px;margin-bottom:15px;}
#dlbtoc p {font-size:20px;}
#dlbtoc ul {list-style-type:decimal;}
#dlbtoc a {font-weight:normal;}
