/*
.cke_editable h1,
.zone-fc-code h1 {
	counter-increment: fc1;
	counter-reset: fc2 fc3 fc4;
	text-decoration: underline;
	font-weight: bold;
}

.cke_editable h2,
.zone-fc-code h2 {
	counter-increment: fc2;
	counter-reset: fc3 fc4;
}

.cke_editable h3,
.zone-fc-code h3 {
	counter-increment: fc3;
	counter-reset: fc4;
}

.cke_editable h4,
.zone-fc-code h4 {
	counter-increment: fc4;
}

.cke_editable h1:before,
.zone-fc-code h1:before {
	content: counter(fc0) " - ";
}

.cke_editable h2:before,
.zone-fc-code h2:before {
	content: counter(fc2, upper-latin) " - ";
}

.cke_editable h3:before,
.zone-fc-code h3:before {
	content: counter(fc3, lower-latin) " - ";
}

.cke_editable h4:before,
.zone-fc-code h4:before {
	content: counter(fc4, lower-roman) " - ";
}

.cke_editable div.col-sm-6{
	border: #d3d3d3 1px dotted !important;
}
*/