.div_osoba {
    padding: 10px;
    overflow: auto;
}

.div_f {
    float: left;
    padding: 5px;
}

.div_c {
    padding: 5px;
    float: right;
    width: 500px;
    height: 225px;
    position: relative;
    font-size: 16px;
}

.div_c h5 {
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1.5em;
    padding: 10px 10px;
}

/*.div_c #div_fce {
    
}*/

.div_name {
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    background: #f8f9fa;
}

.div_osoba img {
    width: 150px;
    float: left;
}

#dial_insert {
    display: none;
}

#dial_insert table{
    width: 100%;
}

#dial_insert table td:nth-child(1){
    padding: 5px;
    font-weight: bold;
}


#in_foto {
    height: auto;
}

#ta_funkce {
    width: 100%;
    height: 100px;
}

#td_err {
    text-align: center;
    color: red;
}

.div_name img {
    width: 32px;
    height: 32px;
    margin-top: 2px;
}

.div_osoba ul {
    display: table;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0px;
    list-style-type: none;
    width: 100%;
}
.div_osoba li {
    display: table-cell;
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    /*vertical-align: middle;*/
}
.div_osoba .phone {
    width: 25%;
}
.div_osoba .mail {
    width: 50%;
}
.glyphicon {
    color: #304c8b;
   
    /*line-height: 24px;*/
}
