.crm-profile-name-EREPS_Profile_20	{
  
  margin-top: 18px;
  padding: 15px 0px 15px 0px;
  background-color: #f1f1f1;
}

.member-photo {
    display: block;
    margin: auto;
    width: 100%;
}

.member-photo {
  display: block;
  margin: auto;
  object-fit: scale-down;

}

/* ----- MEMBER PROFILE ----- */

.mp hr {

    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    border-top: 1px solid #eeeeee;

}
.mp h3 {

    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #666666;

}

.mp-button {
  background-color: #f3b633;
  border: none;
  color: white;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 20px 0px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  width: 100%;
}

.mp-button a {
  color: white;
}

.mp-button:hover {
  background-color: #428bca;
  color: white;
}
