@charset "utf-8";
/* CSS Document */
.team-flat {
    padding: 0;
    margin: 0
    }

.team-flat .team-item {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    display: inline-block;
    margin: 20px 10px;
    padding: 0;
    vertical-align: top;
    width: 200px
    }

.team-flat .team-item a {
    text-decoration: none
    }

.team-flat .team-item a.read-more {
    font-weight: bold
    }

.team-flat .team-thumb {
    max-height: 150px;
    overflow: hidden
    }

.team-flat .team-thumb img {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    height: auto;
    width: 100%
    }

.team-flat .team-title {
    color: rgb(102, 102, 102);
    font-size: 14px;
    font-weight: bold;
    padding: 10px
    }

.team-flat .team-position {
    color: rgb(102, 102, 102);
    font-size: 12px;
    line-height: 18px;
    padding: 10px
    }

.team-flat .team-content {
    color: rgb(102, 102, 102);
    font-size: 12px;
    overflow: hidden;
    padding: 10px;
    text-align: left
    }