/**
 * About us - team information
 * @author Marek Lisý
 * @copyright Rozečti.se 2013
 */

h4 {
    color: #2492c3;
    font-size: 14px;
}

#team .row {
    margin-bottom: 20px;
}

#team img {
    float: left;
    max-width: 98px;
    max-height: 98px;
}

#team h4 {
    margin-left: 120px;
}

#team p {
    margin-left: 120px;
    text-align: justify;
    font-size: 13px;
}

.former {
    margin:10px auto;
    display:table;
    white-space:nowrap;
    text-align: center;
}

.former ul {
    list-style:none;
    margin:0;
    padding:0;
    display:table-row;
    white-space:nowrap;
}

.former ul li {
    display:table-cell;
}

.former ul li h4 {
    display:block;
    margin-left: 50px; 
}