.apostructure {
  font-size: 16px;
  padding: 0 0 20px 20px;
}

.apostructure .folder {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
  color: #242525;
  padding-top: 20px;
}

.apostructure .item {
  padding: 30px 0 20px 20px;
  border-bottom: 1px solid #f1f2f3;
}

.apostructure .item .post {
  font-size: 0.9375em;
  font-weight: 400;
  color: #b6b7b7;
}

.apostructure .item .name {
  font-size: 1.125em;
  font-weight: 600;
  color: #242525;
  padding-top: 12px;
}

.apostructure .item .contact {
  padding: 13px 0;
}

.apostructure .item .contact div {
  display: inline;
  float: left;
  font-size: 0.9375em;
  font-weight: 400;
  color: #242525;
  line-height: 1.1em;
}

.apostructure .item .contact .phone {
  padding-left: 20px;
  background: url(i/icon_phone.png) 0 0 no-repeat;
}

.apostructure .item .contact .email {
  padding-left: 20px;
  margin-left: 20px;
  background: url(i/icon_email.png) 0 0 no-repeat;
}

.apostructure .item .contact .email a {
  color: #242525;
}

.apostructure .item .contact .room {
  padding-left: 20px;
  margin-left: 20px;
  background: url(i/icon_room.png) 0 0 no-repeat;
}

.apostructure .item .contact:last-child:after {
  content: '';
  display: block;
  clear: both;
}