/** list seznam novy */
.row.listElement{
    margin-bottom:10px;
    border-bottom: 1px dashed #BABABA;

}

.row.listElement:hover{
}

.row .listElement .perex{
    padding:3px 5px 0 15px;
    color:#575757;
}

.row .listElement h5{
    font-size: 120%;

}

.row .listElement .podnazev{
       padding:0 0 0 15px;
}


.subHead{
    font-size: 85%;
    color: #919191;
}

