/* Glavni ovijalnik */
#kalkulator-angelskih-stevilk {
	text-align: center;
	padding: 30px 3% 20px;
	border-radius:10px;
}

/* Polja */
#kalkulator-angelskih-stevilk input {
	margin: 1%;
	float:left!important;
	width:31%;
	border:1px solid #999;
	border-radius:5px;
}

/* Gumb */
#kalkulator-angelskih-stevilk button {
	margin: 20px 0 0;
	border-radius:5px;
	clear:both;
	color:#ffffff;
}

/* Rezultat */
#rezultat {
	margin-top: 10px;
	font-weight: bold;
	color:#f1fbfb;
}

.rezultatno {
	clear:both;
	text-align:center;
	font-size:3rem;
}

/* Posamezne vrstice rezultata */
.rezultat-vrstica1 {
    font-weight: bold;
}

.rezultat-vrstica2 {
    font-size: 4rem;
    font-weight: bold;
	margin-top:-30px;
}

.rezultat-vrstica3 {
    font-style: italic;
	margin-top:-60px;
}

/* Napaka */
.napaka-sporocilo {
    color: #ff3333;
    font-weight: bold;
    margin-top: 10px;
}
