#pageObsah{    
    height: 67%;
    width: 100%;
    overflow: hidden;
    margin-top: 75px;
}

#strankaNadpis{
    display: none;
}

#seznamJednotek{
    width: 100%;
    height: 100%;
    overflow: auto;

}

#tabulkaJednotek{
    width: 100%;
    background-color: #efefef;
}

#tabulkaJednotek tr.lichy{
    background-color: white;
}


#tabulkaJednotek th{
    font-weight: bold;
}

#tabulkaJednotek a{
    color: #82878c;
}

#tabulkaJednotek a:hover{
    color: #F29200;
}

th.serioveCislo{
    width: 100px;
}

th.udalost{
    width: 150px;
}

th.potvrzena{
    width: 70px;
}

th.chyba{
    min-width: 150px;
    width: 150px;
    max-width: 250px;
}

td.popisJednotky{
    text-align: left;
}

th.popisJednotky{
    padding-left: 3px;

}



