/**
 * @file
 * User profile.
 */

/**
 * Container
 */

.userprofileheader,
.statList {
  width: auto;
  max-width: 744px;
  /* min-width: 520px; */
  margin: 0 auto;
}
.statList {
  padding: 0 24px;
}
.statList ul {
  padding: 6px 0 !important;
  display: block;
  text-align: center;
}
.statList li {
  padding: 0 !important;
  display: inline-block !important;
  width: 20%
}
.statList li a {
  display: block;
  color: #b5b5b5;
  font-weight: bold;
  text-align: center;
  font-size: 1.5em;
}
.statList li a.active{
  color: #555;
}
.statList li a span{
  display: block;
  width: 100%;
}

.statList li .item-list {
  text-align: right;
  display: none;
}
.userprofileheader .userinfo,
.userprofileheader .views-element-container {
  width: 50%;
  float: left;
}
@media all and (max-width: 600px) {
  .userprofileheader .userinfo,
  .userprofileheader .views-element-container {
    width: 100%;
  }
  .statList {
    padding: 0;
  }
}
.userprofileheader .userinfo,
.field--name-voting,
.userprofileheader .views-element-container,
.views-element-container .view-content {
  text-align: center;
}
.userprofileheader .userFollowButtonWrapper {
  text-align: center;
  padding: 0;
}