body {
	font-size: 1.3em;
	font-family: Verdana;
	background-color: #343835;
	color: white;
}

input.vnos {
	margin-left: 5px;
	margin-right: 5px;
	height: 25px;
	width: 150px;
	font-size: 1em;
	border: none;
	background-color: #FF5733;
	border-radius: 5px;
	padding: 3px;
	text-align: center;
}
h1, h2, h3 {
	text-align: center;
}

button {
	height: 33px;
	width: 155px;
	border: none;
	font-size: 1.2em;
	background-color: #00ee20;
	border-radius: 5px;
	text-align: center;
}
button:hover {
	background-color:  #afff05;
}
button:focus {
	outline: none !important;
	box-shadow: none;
	}

.center {
    margin: auto;
}
.desno {
	text-align: right;
}
.racun {
	font-size: 1.7em;
	color: darkblue;
	display: inline-block;
}

table {
    margin:auto; 
}
.okvir {
	background-color: #cccccc;
	width: 70%;
	margin: auto;
	text-align: center;
	border-radius: 15px;
	
}

#vneseno {
	color: #dddddd;
	background-color: #9e0633;
	text-align: center;
	align-self: center;
	width: 100px;
	border-radius: 5px;

}
#casovnik {
	color: darkgreen;
}
#skupniCasovnik {
	color: darkgreen;
}

#prikazi {
	display: none;

}
#uspesnost {
	text-align: center;
}
#racuni {
	text-align: left;
}
.big {
	font-size: 1.7em;
}
.small {
	font-size: 0.9em;
}
ul {
	list-style: none;
}

.sredina {
	text-align: center;

}
input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
  
}

/* Might want to wrap a span around your checkbox text */
.checkboxtext
{
  /* Checkbox text */
  font-size: 1.5em;
  display: inline;
}