table, th, td {
	border: none;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
th, td {
	padding: 7px;
	text-align: left;
}

.floatedTable {
	float:left;
}
.inlineTable {
	display: inline-block;
}

figure{
	margin-left: 10px;
	margin-right: 10px;
}

figure.tablice {
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
}

div.slike {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.opis {
	margin-left: 1em;
}

li{
//	margin: 10px 0;
//	margin-top: 10px;
	//border:1px solid grey;
}
li:first-child {
	margin-top: 6px;
}
li:not(:last-child) {
	margin-bottom: 6px;
}
li:last-child {
	margin-bottom: 12px;
}

li + li {
  margin-top: 15px;
}

h1 {
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 12px;
}
h2 {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 10px;
}
h3 {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 6px;
}
h4 {
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 6px;
}

p {
//	font-size: 18px;
}
body {
	font-size: 18px;
//	background-color: linen;
}


pre{
	background-color: #EBECE4;
}

code{
	background-color: #EBECE4;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}