@import "tags.css";

body {
  font-size: 0.8em;
  width: 650px;
  line-height: 1.1em;
}

h1 {
  line-height: 1em;
}

table
{
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-size: 1em;
}

table th
{
  text-align: left;
  background-color: #eee;
}

table td
{
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 2px;
}

input {
  display: none;
}

#product .obrazek {
  display: none;
}

#product .products h1 { font-size: 1em; }

