    
/* ================= tabulka ================= */

.head {
    background: #A8CCC1;
    padding: 10px 10px 10px 10px;
    border-bottom: solid 2px #112B82;
    text-align: center;
        }

.tail {
    background: #A8CCC1;
    padding: 10px 10px 10px 10px;
    border-top: solid 2px #112B82;
    text-align: center;
        }
        
.pcode {
    font-weight : bold;
    color:   #112B82; 
    font-size: 18px;
    }

.pname {
    font-size: 18px;
    font-weight: bold;
    }

    
.thumbnailframe {
    width: 155px;
    text-align: center;
    background: #303030;
    }

.thumbnailborder {
    border: solid 2px #505050;
    }

    
.captionbar {
    border-bottom: solid 2px #112B82;
    text-align: center;
        }
