label {
  font-weight: bold;
}
td, th {
  text-align: center;
}


/* identifikátory */
#inzeraty td {
  width: 100px;
}


/* třídy */
.fotka {
  Cursor: pointer;
  margin: 8px;
  max-height: 75px;
  max-width: 100px;
}
.hodnota {
  font-style: italic;
}
.inzerat {
  background-color: black;
  color: yellow;
  font-family: 'Trebuchet MS';
  font-weight: bold; 
  padding: 5px;
  width: 150px;
  height: 200px;
}
.kraj {
  background: black;
  color: White;
  font-size: xx-large;
  text-align: center;
  width: 100%;
}
.napoveda {
  color: gold;
  Cursor: help;
  font-size: x-small;
}
.napoveda:hover {
  border-bottom: 1px dotted;
  font-size: medium;
}