/* Wspólne style */

.ck {
	font-family: Humnst777CnEUNormal,Arial;
	font-size: 12px;
	line-height: 120%;
}

.ck em {
	font-style: italic;
}

.ck hr {
	background: #474747;
	border: 0;
	color: #474747;
	height: 1px;
}

.ck ol li {
	list-style: decimal inside;
}

.ck ul li {
	list-style: disc inside;
}

.ck strike {
	text-decoration: line-through;
}

.ck strong {
	font-weight: bold;
}

.ck sub {
	font-size: smaller;
	vertical-align: sub;
}

.ck sup {
	font-size: smaller;
	vertical-align: super;
}

.ck b,
.ck strong {
	font-weight: bold;
}


/* Style tylko dla CKEditora */

body.ck {
	margin: 5px;
}

