.user-page-wrapper {
  background-color: whitesmoke;
  padding: 25px 30px;
  padding-bottom: 1px;
  margin: -30px;
  margin-bottom: 10px;
  min-height: 95px;
}

.user-page-wrapper p {
  max-width: none !important;
}

.user-page-wrapper h1 {
  color: #333333;
  padding-bottom: 10px;
}

.user-page-wrapper .user-page-img-circle {
  width: 194px;
  height: 194px;
  float: left;
  overflow: hidden;
  margin: 5px 25px 25px 5px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #FFF;
  border: 7px solid white;
}

.user-page-wrapper .user-page-biography p {
  margin-bottom: 0.7em;
}

.user-page-wrapper .user-page-biography p,
.user-page-wrapper .user-page-biography p span {
  color: #666666 !important;
  font-weight: 400;
  font-size: 16px;
}

.user-page-wrapper .user-page-biography p a {
  color: #425e18;
  font-weight: bolder;
  text-decoration: underline;
}

.user-page-wrapper .user-page-biography p a:hover {
  text-decoration: none;
}

.page-user .user-page-biography h1 {
  font-size: 180% !important;
  font-weight: 400 !important;
  margin-bottom: 5px !important;
}
.page-user .region-content h2 {
  max-width: none;
  margin-bottom: 18px;
  font-size: 135%;
  color: #333333;
  font-weight: 600;
}

.page-user .user-explora-icon {
  width: 180px;
  height: 180px;
  margin-top: 8px;
  fill: #707070; 
}

.page-user #main-wrapper #content .section {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .user-page-wrapper {
    min-height: 87px;
  }
}

@media screen and (max-width: 650px) {
  .user-page-wrapper .user-page-img-circle {
    width: 150px;
    height: 150px;
  }

  .user-page-wrapper .user-page-img-circle img,
  .page-user .user-explora-icon {
    width: 136px;
    height: 136px;
  }
}

@media screen and (max-width: 479px) {
  .user-page-wrapper .user-page-img-circle {
    width: 100px;
    height: 100px;
    border: 5px solid white;
    margin: 0 15px 15px 0;
  }

  .user-page-wrapper .user-page-img-circle img,
  .page-user .user-explora-icon {
    width: 90px;
    height: 90px;
  }
}