table.rezervace {
  width: auto;
  border-collapse: collapse;
}

table.rezervace td,
table.rezervace th {
  border: 1px solid gray;
  text-align: center;
  color: black;
  margin: 0px;
  padding: 2px;
}

table.rezervace th {
}

table.rezervace .svatek {
  background-color: lightpink;
  color: gray;
}

table.rezervace .sobota {
  background-color: lightcyan;
  color: gray;
}

table.rezervace .nedele {
  background-color: bisque;
}

table.rezervace .dnes {
  background-color: yellow;
  font-weight: bold;
}

table.rezervace .nic {
  background-color: silver;
}

table.rezervace .old {
  color: silver;
}

table.rezervace .volno {
  background-color: greenyellow;
  font-weight: bold;
}

table.rezervace tr.time td {
  font-size: 80%;
  margin: 0px;
  padding: 0 2px;
}

td.td_kal{
	padding: 10px;
	text-align: center;
}
