body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: lightblue;
}

    #vysledky tr.red {color: red;}
	#vysledky tr.green {color: green;}
    
/*    table {
		width:100%;
	}
 Style inputs, select elements and textareas */
input, select, textarea {
  /*width: 100%;*/
	padding: 5px;
    border: 1px solid darkblue;
    border-radius: 10px;
    background-color: lightblue;
    resize: vertical;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}
fieldset {
  border-radius: 10px;
  border-color: darkblue;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin:0;
    float: left;
    margin-right:10px;
}

/* Style the submit button */
input[type=submit],button {
  background-color: darkblue;
  color: lightblue;
  padding: 5px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  float: right;
}

input[type=submit],button:hover {
  background-color: darkblue;
  border-radius: 20px;
}
input.modul{
  padding: 20px 20px;
  float: left;
  margin-right:10px;
  border-radius: 10px;
  font-weight: bold;
}
input.modul:hover{
  padding: 20px 20px;
  float: left;
  margin-right:10px;
  border-radius: 25px;
}

/* Style the container */
.container {
  border-radius: 10px;
  padding: 20px;
  width: 500px;
}

.menu {
  margin: 0 auto;
  padding: 20px;
}

a.button{
  text-decoration: none;
  background-color: darkblue;
  color: white;
  padding: 5px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  float: center;
}

a.button:hover{
  text-decoration: none;
  background-color: darkblue;
  border-radius: 20px;
}