    
/* ================= tabulka ================= */

.detailtable
    {
        background-color: #e0e0e0;
        padding: 10px 10px 10px 10px;
    }
.detailtable .caption {text-align: right;}
.detailtable .description {font-size: 10px;}

.cellline
    {
     border-left: solid 2px black;
     border-bottom: solid 2px black;
    }

        
.pcode {
    font-weight : bold;
    color:   #112B82; 
    font-size: 18px;
    }

.pname {
    font-size: 18px;
    font-weight: bold;
    }


