﻿
#tabulka
{
   position: relative;
   left: 5%;
   width: 90%;
   border: cyan 3px double;
   background-color: #004444;
}

.pole_vrch_norm, .pole_vrch, .pole_vrch_dat
{
   border: cyan 2px solid;
   font-weight: bold;
}

.pole_vrch_norm
{
   width: 10%;
}

.pole_vrch_dat
{
   width: 29%;
}

.pole_norm, .pole, .pole_dat
{
   border: cyan 1px solid;
}

.pole_norm
{
   width: 10%;
}

.pole_dat
{
   width: 29%;
}

.pole
{
   font-weight: bold;
}

#kapitoly
{
   position:relative;
   text-align: left;
   left: 15%;
   list-style-type: circle;
   width: 60%;
}
