@charset "utf-8";
/* CSS Document */

.box_konvertora_valuta {
	margin: 5px;
	padding: 5px;
	border: 1px solid #CC0000;
	width: 150px;
	height: 50px;
}

.tabela_konvertora_valuta {
	width: 100%;
	height: 100%;
}

.upisana_vrednost {
	width: 80px;
	padding-right: 10px;
	height: 100%;
	border-style: none;
	border-bottom: 1px solid black;
	text-align: right;
}

.valute_box {
	width: 55px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-bottom: 1px solid black;	
}

#tabela_vrednosti_valuta {
	display: none;
}