h1 > span {
  margin-right: 1rem;
}

h1 a {
  font-size: 1.7rem;
  margin: 0 .5rem;
}

h1 a:hover {
  text-decoration: none;
}

.user-infos {
  padding-top: 30px;
}

.user-infos .username {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
}

.user-infos .description {
  font-size: 14px;
}

.user-infos .links a {
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
}

.user-infos .links a:hover {
  text-decoration: none;
  color: #000;
}

.user-infos .social {
  display: inline-block;
  float: right;
}

.user-infos .social a {
  font-size: 18px;
  display: inline-block;
  color: #858585;
  margin-left: 4px;
}

.user-infos .social a.has-voted {
  color: #cf8e44;
}

.user-infos .social a:hover {
  text-decoration: none;
  color: #858585;
}

.user-infos p img {
  width: auto;
  max-width: 100%;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.jumbotron {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbc990), to(#cf8e44));
  background-image: linear-gradient(180deg, #fbc990, #cf8e44);
  border-radius: 0rem;
}

.jumbotron h1 {
  color: #fff;
  margin-bottom: 1rem;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
}

.jumbotron p {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
}

.stat {
  color: #fff;
  text-align: center;
}

.stat .icon {
  font-size: 60px;
}

.stat .number {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 0;
}

.stat .label {
  font-weight: 300;
  font-size: 20px;
}

.badge {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: #ddd;
  font-size: 20px;
}

.badge.own {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbc990), to(#cf8e44));
  background-image: linear-gradient(180deg, #fbc990, #cf8e44);
  color: #fff;
}

