/**
 * About us - team information
 * @author Marek Lisý
 * @copyright Rozečti.se 2013
 */

.schoolItem {
    margin-bottom: 50px;
    overflow: hidden;
}

.schoolItem a:first-child, .schoolItem img {
    float: left;
}

.schoolItem img {
    max-width: 200px;
    max-height: 150px;
}

.schoolItem p {
    margin-left: 250px;
}

.schoolItem h3 {
    font-size: 14px;
    margin-left: 250px;
}