
.contact-info {}
.contact-info span.glyphicon {
  line-height: 2;
  margin-right: 5px;
}

.contact-profile {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10pt;
  margin-bottom: 50px;
  text-align: center;
}
.contact-profile .image {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  overflow: hidden;
  margin-bottom: 10px;
}
.contact-profile .image img {
  width: 120px;
  border: 0 none;
  margin-top: -7px;
}
.contact-profile .name {
  display: block;
  font-weight: bold;
}
.contact-profile .name .first {
  color: #CC0000;
}
.contact-profile .name .last {
  color: #000066;
}
.contact-profile .phone {
  display: block;
  margin-top: 5px;
}
.contact-profile .email {
  display: block;
  margin-top: 5px;
}
