 /************  Compare editions ******************************/


.newelem{
	color:rgb(0,128,0);
	font-weight:bold;
}
.oldelem{
	color:rgb(199,52,117);
	font-weight:bold;
}
a.d_a.und{
     text-decoration:underline;
}
a.d_a.und:hover{
	color:#fff;
	background:rgb(0,149,171);
     text-decoration:none;
}

div.edcomp{
	color:#000;
	margin-top:20px;
	padding:10px;
	border:1px solid;
	border-radius:10px;
	heght:20px;
}
div.edcomp.new{
	border-color:rgb(0,128,0);
	background:transparent url(img/plus.svg) no-repeat left top;
	background-size:20px;
}
div.edcomp.new.err{
	border-color:rgb(0,128,0);
	background:#fff;
}

div.edcomp.old{
	border-color:rgb(199,52,117);
	background:transparent url(img/minus.svg) no-repeat left top;
	background-size:20px;
}
div.pusto{
	text-align:center;
}
.for_print{display:none}

#select-ed{
	width:100%;
	max-width:380px;
}

#select-ed option{
	width:100%;

}



