html, body {
	font-family: verdana, arial, helvetica, sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: white;
}

div#obal {
   border: 0px;
   top: 25%;
   height: 50%;
   width: 99%;
   position: absolute;
	left: 1%;
}

div#stranka {
  border: 0px;
}

table {
	border: 0px;
	padding: 1em;
}

.table1 td {
	font-size: 5em;
}

input {
	font-size: 1em;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
  padding: 10px;
}

.input {
	color: #781351;
	background: #e5e5e5;
	border: 2px solid #781351;
}

.input0 {
	color: red;
	background: pink;
	border: 2px solid #781351;
}

.input1 {
	color: darkgreen;
	background: lightgreen;
	border: 2px solid #781351;
}

.submit input {
	background: white;
	cursor: pointer;
}

.message {
	font-size: 1.2em;
	background: white;
}

.message0 {
	font-size: 1.2em;
	background: pink;
}

.message1 {
	font-size: 1.2em;
	background: lightgreen;
}
