/*--- Korisnicki stilovi desnog sadrzaja ---*/

.ck_separator_dotted
{
	height: 1px;
	border-top: 1px dotted #222;
}
.ck_separator_solid
{
	height: 1px;
	border-top: 1px solid #666;
}
.ck_roboto_condensed
{
	font-family: 'Roboto Condensed', sans-serif;
}
.ck_lightFont
{
	font-weight: 300;
}
.ck_photo
{
	display: block;
	box-shadow: 0px 8px 8px -8px rgb(0, 0, 0);
}
.ck_bullet_list
{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 12px;
}