/**/body{
	font-family: "PT Sans", "Trebuchet MS";
	text-align: center;
	line-height: 120%;
	color: #555555;
	background-color: white;
	margin: 0px;
	padding: 0px;
	padding-top: 4em;
}
H1 {
	font-size: large;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #2C221B;

}

h3 {
	font-weight: normal;
	margin-top: 15mm;
}

a:link {
	color: #0F7DDC;
	text-decoration: none;
}
a:visited {
	color: #764CEB;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #BC3F42;
}



.tmb {
	vertical-align: middle;
	display: inline-block;
	border: none;
	width:6cm;
}


.cut {
	border-bottom: 1px dashed #555;
	cursor: pointer;
}
#md {
	text-align: center;
	padding: 3em;
	margin: 5em 0em 0em;
	background-color: #F1F0ED;
}


.client {
	font-size: x-small;
	vertical-align: super;
	font-weight: normal;
	margin-left: 1ex;
}

#view {
	padding: 0px;
	margin: 0px -10%;
}
.nedavno {
	width:8em;
	height:8em;
	z-index:1;
	position: absolute;
}

img {border-radius: 8px;
}

.ed {
	border:thick dotted white;
	border-radius: 16px;
	display: inline-block;
	margin: 0px;
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 2em;
	padding-left: 1em;
}

.viz {
	text-align: left;
	display: inline-block;
	float: right;
	background-position: left bottom;
	padding-top: 1em;
	padding-right: 2cm;
	padding-bottom: 1cm;
	padding-left: 5em;
}

.mark {
	display: inline-block;
	white-space: nowrap;
	width: auto;
	border-radius: 2mm;
	box-shadow: 0px 0px 35px white;
	margin-top: 7mm;
	margin-right: 7mm;
	margin-bottom: 7mm;
	margin-left: -5mm;
	padding: 4mm;
	background-color: white;
	}
