ul.team {
  list-style: none;
  margin-top: 30px; }
  ul.team li.member {
    width: 250px;
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    float: left;
    -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.3); }
    ul.team li.member.without-title {
      margin-bottom: 51px; }
    ul.team li.member .member-name {
      padding: 0 10px;
      font-size: 20px;
      text-align: center;
      font-weight: bold;
      border-bottom: 3px solid #21a759; }
    ul.team li.member .member-picture {
      position: relative; }
      ul.team li.member .member-picture img {
        width: 250px;
        height: 250px; }
      ul.team li.member .member-picture .member-since {
        position: absolute;
        bottom: 5px;
        right: 5px;
        background-color: white;
        padding: 1px 7px;
        line-height: 20px;
        -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.3); }
    ul.team li.member .member-title {
      padding: 0 10px;
      font-size: 16px;
      text-align: center;
      border-top: 3px solid #21a759; }

/*# sourceMappingURL=memberlist.css.map */
