/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/*
@import "/content/assets/themes/bl/css/bootstrap.min.css";
@import "/content/assets/themes/bl/css/font-awesome.min.css";
*/
body
{
	background-color: #fff;
}
.cke_editable {
	margin: 20px !important;
}
/*.cke_editable
{
	font-size: 13px;
	line-height: 1.6;
}
*/
ol,ul,dl
{
	/* IE7: reset rtl list margin. (#7334) */
	*margin-right: 0px;
	/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
	padding: 0 40px;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	line-height: 1.2;
}

hr
{
	border: 0px;
	border-top: 1px solid #ccc;
}

pre
{
	white-space: pre-wrap; /* CSS 2.1 */
	word-wrap: break-word; /* IE7 */
	-moz-tab-size: 4;
	tab-size: 4;
}

.marker
{
	background-color: Yellow;
}

span[lang]
{
	font-style: italic;
}

figure
{
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 2px;
	background: rgba(0,0,0,0.05);
	padding: 10px;
	margin: 10px 20px;
	display: inline-block;
}

figure > figcaption
{
	text-align: center;
	display: block; /* For IE8 */
}
.shortcode_placeholder {
	padding:30px;
	background-color:#ff0;
	margin: 1px;
	display: block !important;
	width:100%;
}
span[data-cke-display-name="shortcode"] {
	display: block !important;
}