/* Mini Profile Block  v2*/
#cluetipmppv2 {
}

#cluetip.profile-popup {
  box-shadow: none;
  box-sizing: border-box;
}

#cluetip.profile-popup .cluetip-outer {
  border-radius: 8px;
  box-shadow: 0 0 8px #dcdcdc;
}

#cluetip.profile-popup .cluetip-inner {
  padding: 0px;
}

#cluetip.profile-popup .cluetip-inner .cluetip-close {
  display: block;
  background: none;
  right: 15px;
  top: 15px;
  color: #00f;
}

#cluetip.profile-popup .cluetip-inner .cluetip-close::before {
  content: "\f011";
}

#mp-outer {
  width: 460px;
  overflow: hidden;
  font: normal 14px/18px 'Helvetica Neue', Helvetica, Arial, sans-Serif;
}

#mp {
}

#mp-left {
  position: relative;
  width: 85px;
  min-height: 215px;
  float: left;
  padding: 15px;
}

#mp-avatar {
  position: relative;
  display: block;
  border-radius: 3px;
}

#mp-left .mp-activity {
  margin: 16px auto 10px;
  height: 34px;
}

#mp-left .mp-activity > span {
  display: inline-block;
  height: 22px;
  min-width: 85px;
  font-size: 13px;
  line-height: 28px;
  overflow: hidden;
}

#mp-left .mp-activity .icon-large {
  display: inline-block;
  height: 30px;
  font-size: 12px;
  line-height: 25px;
  padding: 0px;
  margin-right: 12px;
  vertical-align: bottom;
  color: #C6C6C6;
}

#mp-left .mp-activity .icon-heart {
}

#mp-left .mp-activity .count {
  color: #000;
  display: inline-block;
  margin: 0 0 0 5px;
}

#mp-right {
  position: relative;
  width: calc(100% - 140px);
  min-height: 245px;
  float: right;
  padding-right: 15px;
}

#mp-username {
  margin: 17px 0px 4px;
  font-size: 20px;
  color: #90ab3c;
  font-family: 'Vitesse Medium', arial, sans-serif
}

#mp-bio {
  display: block;
  font-size: 12px;
  max-height: 60px;
  color: #C2C2C2;
  font-family: 'Vitesse Medium', arial, sans-serif
}

.mp-header {
  font-size: 14px;
  color: #444;
  font-weight: bold;
  margin: 10px 0px 3px;
}

#mp-devices {
}

#mp-devices .mp-device {
}

#mp-banned {
  position: absolute;
  top: 10px;
  background-color: #f00;
  padding: 0px 0px 0px 5px;
  border: 2px solid #f00;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  font-weight: bold;
}

#mp-banned span {
  font-size: 10px;
  background-color: #fff;
  color: #f00;
  display: inline-block;
  border-radius: 0px 3px 3px 0px;
  padding: 0px 5px 0px 4px;
  margin-left: 10px;
}

#mp-banned.lifted {
  background-color: #FFA824;
  border-color: #FFA824;
}

#mp-banned.lifted span {
  color: #FFA824;
}

#mp-bottom {
  border-top: 1px solid #f0f0f0;
  padding: 10px 15px;
  overflow: hidden;
  clear:both;
}

#mp-bottom .mp-links {
  display: block;
  margin: 0px auto 0px;
  text-align: center;
}

#mp-bottom .mp-links a {
  padding: 3px 7px 0 0;
  color: #51BED7;
  display: inline-block;
}

#mp-bottom .mp-links.mp-mods a {
  padding: 3px 7px 0 0;
  color: #51BED7;
}

#mp-bottom .mp-links a:hover {
  color: #000;
}

#mp-communities {
  position: absolute;
  bottom: 5px;
  right: 5px
}

#mp-communities .mp-community-link {
  margin-right: 4px;
  border: 1px solid #fff;
  transition: border-color 0.3s ease-out;
  -webkit-transition: border-color 0.3s ease-out;
}

#mp-communities .mp-community-link:hover {
  border: 1px solid #fd5c12;
  cursor: pointer;
}

#mp-communities .mp-community-link.active {
  border: 1px solid #fd5c12;
  cursor: pointer;
}

#cluetip.profile-popup .followpill {
  vertical-align: middle;
  margin-left: 0px;
  background-color: transparent;
}

#cluetip.profile-popup .followpill i {
  width: auto;
  background-color: transparent;
}

#cluetip.profile-popup .followpill span {
  color: white;
}

#cluetip.profile-popup .followpill i,
#cluetip.profile-popup .followpill span {
  color: #90ab3c;
}