body
{
  margin: 0;
  padding: 0;
  font-family: Verdana;
  color: white;
  background-color: #333333;
  overflow: hidden;
}
div#prekryv
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.8;
}
div#message
{
  position: absolute;
  margin: auto auto;
  padding: 30px 50px;
  font-size: 14pt;
  color: black;
  background-color: #cccccc;
  border-radius: 10px;
}
div#message h1
{
  font-size: 26pt;
  text-align: center;
}
div#message h2
{
  position: relative;
  min-width: 500px;
  font-size: 14pt;
  font-weight: normal;
}
div#message h2 span
{
  display: inline-block;
  width: 50%;
}
div#message p
{
  margin-top: 30px;
  margin-bottom: 0;
}
div#message ul
{
  margin-top: 0;
}
div#message li
{
  margin-top: 10px;
}
article.instruction p
{
  margin-top: 30%;
  color: white;
  font-size: 26pt;
  font-weight: bold;
  text-align: center;
}
div#kamera
{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 640px;
  height: 480px;
  background-color: black;
  border: solid 1px #888888;
  box-sizing: border-box;
}
div#kamera p
{
  padding-top: 220px;
  font-size: 20pt;
  text-align: center;
}
article.list > div
{
  position: relative;
  display: inline-block;
  margin: 20px 0px 20px 20px;
  background-color: #444444;
  overflow: hidden;
  float: left;
}
article.list > div h1
{
  position: relative;
  height: 16px;
  margin: 10px 10px 0 10px;
  padding: 5px 10px;
  font-size: 11pt;
  line-height: 18px;
  color: black;
  overflow: hidden;
}
article.list > div h1 > span
{
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  padding: 5px 10px 10px 20px;
  font-size: 10pt;
  font-weight: bold;
}
article.list > div h1 > span span
{
  display: inline-block;
  width: 110px;
  text-align: right;
}
article.list > div h2
{
  margin: 10px;
  padding: 3px;
  font-size: 11pt;
  font-weight: bold;
  color: black;
  background-color: white;
  border: solid 2px red;
  text-align: center;
}
article.list > div p
{
  position: relative;
  height: 15px;
  margin: 1px 10px;
  padding: 1px 10px;
  font-size: 10pt;
  overflow: hidden;
}
article.list > div p span.info
{
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  padding: 1px 10px;
}
article.list > div p span.info span
{
  display: inline-block;
  width: 30px;
  text-align: right;
}
article.list > div p span.poznamka
{
  font-size: 9pt;
  font-weight: bold;
  color: #88ffff;
}
