form {
  text-align: center;
  padding-top: 20px;
}

.error {
  color: red;
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
}

#nick {
  font-size: medium;
  font-weight: bold;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#nick span {
  font-weight: normal;
}

a {
  text-decoration: none;
  color: rgb(0,0,153);
}

a:hover {
  text-decoration: underline;
}

table {
  margin-left: 50px;
  width: 300px;
  border-collapse: collapse;
}

td {
  text-align: center;
  vertical-align: middle;
 /* background-color: rgb(204,255,153);*/
}

th {
  background-color: rgb(204,255,255);
}

table .zisk {
  text-align: left;
  font-weight: bold;
  padding-left: 15px;
  background-color: rgb(255,255,204);
}

table .celkem {
  color: red;
  font-weight: bold;
  background-color: rgb(255,255,204);
}

h4 {
  cursor: pointer; 
  cursor: hand; 
  text-decoration: none;
  font-size: large;
  color: rgb(153,0,0);
  padding: 30px 0 30px 30px;
  font-weight: bold;
}

#banners {
  display: block;
}

textarea {
  width: 350px;
}
