﻿#anotace 
{
}

#anotace hr
{
    color:silver;
    width:100%;
    height:2px;
    
}
#anotace h5 
{
    font-size: 1em;
    margin-top: 1em;
/*    border-top: dotted 1px silver;*/
}

#anotace .item 
{
    width:100%;
    margin-bottom: 0.5em;
}

#anotace .header, .anotaceTable th
{
    font-weight:bold;
    font-style:italic;
    font-size: 0.9em;
}

#anotace .header
{
    float:left;
}

#anotace .data, .anotaceTable td
{
    font-size: 1em;   

}

#anotace .data
{
    float:left;
}


.anotaceTable
{
    border-collapse: collapse;
    border: #dcdcdc 1px solid;
    width: 100%;
}

.anotaceTable .nazev
{
    font-size: 2em; 
    width:60%;  
}

.anotaceTable .jmeno, #anotace .jmeno
{
    font-size: 1.3em;    
    width:100%;
    font-weight:bold;
    color:Navy;
}
#anotace .jmeno
{ width: 100%;}

.anotaceTable th
{
    text-align:left;
}
.anotaceTable td
{
    text-align:left;
}

#anotace .anotaceTable th, .anotaceTable td
{
    padding: 5px 8px;
    border: solid 1px #dcdcdc;
}

.AprintButton
{
    float: right;
    background-color: #e6e6fa;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
}

