.j51_profile {
  display: block;
  padding: 0 0 10px;
  margin: 0 auto;
  text-align: left;
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  position: relative;
  box-shadow: 0 1px 4px rgba(148, 146, 145, 0.1), 0 -1px 0 rgba(148, 146, 145, 0.35) inset, 0 0 0 transparent, 0 0 0 transparent;
  border-radius: 2px;
}
.j51_profile .profile-image {
  position: relative;
}
.j51_profile .profile-image::after {
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 60px;
}
.j51_profile img {
  margin: 0;
}
.j51_profile figcaption {
  padding-top: 20px;
}
.j51_profile h3,
.j51_profile h5,
.j51_profile p {
  padding: 0 20px;
}
.j51_profile h3 {
  font-weight: 300;
  margin: 0 0 5px;
  line-height: 1em;
}
.j51_profile h5 {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.j51_profile a {
  display: inline-block;
}
.j51_profile .icons {
  position: absolute;
  top: auto;
  bottom: 5px;
  right: 10px;
  text-align: right;
}
.j51_profile i:before {
  padding-right: 0;
  color: inherit !important;
  font-size: 24px;
  margin: 5px;
}
.sidecol_block .j51_profile {
  box-shadow: none;
}
