/* Wspólne style */

.ck a {
    color: #51A9E9;
    text-decoration: underline;
}
.ck {
	font-family: Tahoma;
	font-size: 11px;
	color: #6a6a6a;
	line-height: 150%;
}

.ck em {
	font-style: italic;
}

.ck hr {
border-top: 1px solid #D8D8D8;
    border-width: 1px 0 0;
    height: 1px;
    margin-bottom: 14px;
    margin-top: 14px;
    width: 100%;
}

.ck ol li {
	list-style: decimal inside;
}

.ck ul li {
	list-style: disc outside;
	margin-left: 15px;
}

.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 .tooltip {
	color: #666;
	cursor: pointer;
	text-decoration: underline;
}


/* Style */

.ck .emphasis {
	color: #3d77cb;
	font-style: italic;
}

.ck .subtitle {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 5px;
}

.ck .title {
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0 10px;
}


/* Style tylko dla CKEditora */

body.ck {
	margin: 5px;
}
