.user-widget-5 {
  min-height: 170px;
  height: 170px;
  width: 100%;
  display: block;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.user-widget-5 .profile {
  position: relative;
  text-align: center;
}

.user-widget-5 .profile .profile-image {
  position: relative;
  z-index: 1;
}

.user-widget-5 .profile .profile-image .img-circle {
  border: 2px solid #fff;
  float: none;
  margin: 10px auto;
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
}

.user-widget-5 .profile .profile-image:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  z-index: 2;
  top: 5px;
  left: 50%;
  margin: -5px 0 0 10px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.user-widget-5 .profile .profile-title {
  text-align: center;
}

.user-widget-5 .profile .profile-title .profile-title-name {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}

.user-widget-5 .profile .profile-title .profile-title-job {
  text-transform: lowercase;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
  font-style: italic;
}

.user-widget-5 .profile .profile-title .profile-buttons {
  margin: 0 auto;
}
