body
{
  position: absolute;
  width: 1920px;
  margin: 0;
  padding: 0;
  font-family: Tahoma, Verdana, sans-serif;
}
div.sloupec
{
  position: relative;
  display: inline-block;
  width: 50%;
  height: 1080px;
  padding: 0 5px 0 15px;
  vertical-align: top;
  overflow: hidden;
  box-sizing: border-box;
}
div#rozvrh
{
  position: relative;
}
div#rozvrh h3
{
  font-size: 11pt;
  font-weight: bold;
}
div#rozvrh div.den h2
{
  position: relative;
  font-size: 7pt;
  font-weight: normal;
  font-style: normal;
  color: white;
  background-color: #4c4c4c;
}
div#rozvrh div.den h2 a
{
  display: inline-block;
  width: 89px;
  padding: 3px 0 3px 6px;
  font-size: 8pt;
  font-weight: bold;
  font-style: normal;
  color: white;
  background-color: #d71286;
  text-decoration: none;
  box-sizing: border-box;
}
div#rozvrh div.den h2 span
{
  display: inline-block;
  width: 70px;
  border-right: solid 1px #888888;
  text-align: center;
  box-sizing: border-box;
}
div#rozvrh div.den div.sal
{
  position: relative;
  height: 72px;
  margin-bottom: 10px;
  padding: 0 0 0 125px;
  background-color: #f5f5f5;
}
div#rozvrh div.den div.sal h3
{
  position: absolute;
  left: -7px;
  top: 0;
  width: 95px;
  height: 34px;
  padding: 6px 18px;
  font-size: 13pt;
  font-weight: bold;
  font-style: italic;
  color: white;
  background-color: #4c4c4c;
  background-image: url('obrazky/sal-sipka.png');
  background-position: center right;
  background-repeat: no-repeat;
  text-align: right;
  box-sizing: border-box;
}
div#rozvrh div.sal > div
{
  position: absolute;
  display: block;
  top: 5px;
  height: 63px;
  border-top-style: solid;
  border-top-width: 9px;
  box-sizing: border-box;
  overflow: hidden;
}
div#rozvrh div.sal > div div
{
  margin: 0 3px;
  display: block;
  overflow: hidden;
}
div#rozvrh div.sal > div h4
{
  max-height: 32px;
  min-height: 20px;
  margin: 0;
  padding: 3px 0 0 0;
  font-size: 9.5pt;
  font-weight: bold;
  overflow: hidden;
}
div#rozvrh div.sal > div h5
{
  width: 500px;
  margin: 0;
  padding: 1px 0;
  font-size: 8pt;
  font-weight: normal;
  overflow: hidden;
}
