td#main .cover-buttons p {
	text-align: center;
	font-weight: bold;
}
.follow-btn {
  background: #ff9800 url(/images/social/follow-btn-plus.svg) 16px 50% no-repeat;
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
  padding: 10px 16px 10px 32px;
  width: 95px;
  margin-bottom: 10px;
}

.unfollow-btn {
  background: red;
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
  padding: 10px 16px 10px 32px;
  width: 95px;
  margin-bottom: 10px;

}

.cover-entity-avatar {
  margin: 0 auto;
  height: 80px;
  margin-top: 24px;
  width: 80px;
}
.cover-entity-avatar img {
  border: 1px solid #999;
  width: 100%;
}

.followersNo {
	font-weight: bold;
}
.cover-wrapper {
  height: 312px;
  overflow: hidden;
  position: relative;
}
.cover-hit-area {
  background-size: 100%;
  display: block;
  height: inherit;
  width: inherit;
}
.cover-hit-area img {
  width: 100%;
}
.cover-information {
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  height: 144px;
  position: absolute;
  bottom: 0;
  left: 5%;
  z-index: 0;
  min-width: 400px;
  padding-right: 20px;
}
.cover-information h2 {
  font-weight: 200;
  margin: 16px 0 4px;
  color: #fff;
  border: 0px;
}
.cover-buttons {
  float: none;
  margin-top: 40px;
  overflow: hidden;
}
.cover-buttons a {
  display: block;
}
.cover-buttons a:hover {
  color: #fff;
  text-decoration: none;
}
.cover-information-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: blur(50px);
  -webkit-filter: blur(50px);
  height: 312px;
  width: 100%;
  z-index: 1;
}
.cover-entity-avatar {
  float: left;
  height: 80px;
  margin: 24px 24px 0 24px;
  width: 80px;
}
.cover-entity-avatar img {
  border: 1px solid #999;
  width: 100%;
}
.cover-entity-info {
  float: left;
}
.cover-entity-info .btn-follow {
  margin-right: 8px;
}
.cover-followers {
  color: #b2ebf2;
  display: block;
  margin: 0 0 16px 0;
}
.cover-followers:hover {
  color: #bdbdbd;
  text-decoration: none;
}
.upload-cover-btn {
  display: block;
  position: absolute;
  right: 3%;
  top: 10%;
}