#form {
	background-color: #e0bc99;
	border: solid 2px #772200;
	border-radius: 20px;
	padding: 10px;
	margin-bottom: 20px;
}

select {
	font-size: 100%;
	width: 75px;
}

input[type="text"] {
	font-size: 100%;
	width: 40px;
	display: inline;
}

input[type="submit"] {
	background-color: #772200;
	border: none;
	color: #FFDFC0;
	font-size: large;
	margin-top: 20px;
}
#knopka {
	text-align: center;
}

div.table {
	margin: auto;
	display: table;
}

div.tableRow {
	display: table-row;
}

div.tableRow div {
	display: table-cell;
	vertical-align: bottom;
}

div.tableRow div:first-child {
	padding-right: 5px;
}

#result {
	margin: 20px auto;
	font-family: 'Bookman Old Style Bold'; 
	text-align: center;
}


#punkt {
	text-align: center;
   	font-weight: bold;
	margin: 10px 0 10px 0;
}

div.help {
	color: red;
	display: block;
	font-size: small;
	font-style: italic;
	padding: 5px;
}
