* {
	white-space: initial;
}

/* li { */
/* 	line-height: 22px; */
/* } */

h1 {
	font-size: 16pt;
}

#clanak_tekst img {
	max-width:  200px;
	border:     none;
	box-shadow: none;
}

article li img {
	max-width: 200px;
}

.slika_inspector {
	border:  solid 1px #e4e5e7 !important;
	padding: 4px;
}

#polje_za_ispis {
	display:   flex;
	flex-wrap: wrap;
	border:    dashed 2px #c0c0c0;
	padding:   20px;
	margin:    1em 0 1em 0;
}
.plavi_pasus {
	width:           60px;
	height:          60px;
	display:         flex;
	flex-direction:  column;
	justify-content: center;
	align-items:     center;
	background:      #7788ee;
	color:           #fff;
	font-family;     Arial, sans-serif;
	font-size:       18pt;
	margin:          0 12px 12px 0;
}

/* ------------------------------ */
/* ---       RESPONSIVE      ---- */
/* ------------------------------ */

@media only screen and (min-width: 300px) {
	h1 {
		font-size: 26pt;
	}

	#clanak_tekst img {
		max-width: 240px;
	}

	article li img {
		max-width: 240px;
	}
}

@media only screen and (min-width: 340px) {
	h1 {
		font-size: 28pt;
	}	
}

@media only screen and (min-width: 768px)
{
	h1 {
		font-size: 34pt;
	}

	li {
		line-height: 26px;
	}

	#clanak_tekst img {
		max-width: 520px;
	}

	article li img {
		max-width: 520px;
	}

	.slika_velika {
		max-width: 720px !important;
	}

	#slika_1 {
		max-width: 360px !important;	
	}

	#slika_2 {
		max-width: 480px !important;
	}

	#slika_3 {
		max-width: 260px !important;
	}

	.slika_inspector {
		max-width: 460px !important;
	}
}

