@charset "UTF-8";

a:link {color: #000000; text-decoration: none;}
a:hover{color: #111111; }
a:active {color: #000000}

#wrapper {
	background-color: #F7F7F7;
    border-radius: 8px;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 20px;
	line-height: 25px;
	color: #000000;
	font-size: 12px;
	width: 30%;
	/* height: 90vh; */
	margin: auto;
	text-align: left;
}

#wrapper2 {
	background-color: #F7F7F7;
    border-radius: 8px;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 20px;
	color: #000000;
	font-size: 12px;
	width: 30%;
	margin: auto;
	text-align: justify;
}

#rezultati {
	
	text-align: center;
	
}

#wrapper input {
	border: 1px solid #cccccc;
	padding: 2px;
}

#wrapper input[type="submit"] {
	margin-left: 40%;
	color: #F7F7F7;
	background: #FF6600; 
	border: 1px solid #cccccc;
	font-weight: bold;
	padding: 7px;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: 2px;
	font-size: 15px;

}
#wrapper input[type="submit"]:hover {
	background:  #FF3300;
}

#wrapper input:focus {
	outline: none;
	
}

 h1 {
	font-size: 20px;
	color: #FF6600; 
	text-align: left; 
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
 }
 
 h2 {
	letter-spacing: 5px;
	font-size: 15px;
 }
