.profile-content {
  width: 100%;
  padding-bottom: 0;
}
html>body .profile-content {
  padding-bottom: 10px;
}
.profile-content .user-pic {
  float: left;
  width: 100px;
  margin-right: 10px;
  padding: 0;
}
.profile-content .user-pic img {
  margin: 0;
  padding: 0;
}
.profile-content dl {
  font-size: 14px;
  font-family: " qMmpS W3",sans-serif;
}
.profile-content dl dt {
  float: left;
  width: 120px;
  padding: 2px 5px 2px 0;
  text-align: right;
}
.profile-content dl dd {
  padding: 2px 0 2px 8px;
}
.profile-content:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}