.usersBrowsing {
    padding: 8px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    background: #282828;
    position: relative;
    z-index: 1;
    margin-top: 15px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: -5px;
}
.Awardstyle1 {
	display: inline-block;
    border: 2px solid #32BEA6;
    height: 25px;
    width: 25px;
    border-radius: 15%;
    background: #333;
    padding: 3px;
}
#topshouts {
  width:100%;
  display:flex;
  flex-flow:row wrap;
  justify-content:center;
  padding:25px 0
}
#topshouts > h3 {
  margin:0 5px 15px;
  font-weight:500;
  width:100%;
  display:block;
  text-align:center;
  font-size:13px
}
#topshouts > h3 span {
  opacity:.6;
  font-size:11px
}
#topshouts .user {
  display:inline-flex;
  margin:0 7px
}
#topshouts .user .avatar {
  width:40px;
  height:40px;
  border-radius:50%
}
#topshouts .user .info {
  padding:0 10px;
  text-align:center
}
#topshouts .user .info h3,
#topshouts .user .info h4 {
  margin:0;
  padding:0
}
#topshouts .user .info h4 {
  font-size:13px;
  font-weight:500;
  line-height:20px
}
#topshouts .user:nth-child(-n+3) .info h4:before {
  content:"\f091";
  font-family:FontAwesome,Awesome;
  margin-right:5px;
  font-size:20px;
  line-height:13px
}
#topshouts .user:nth-child(1) .info h4:before {
  color:#f3cc00
}
#topshouts .user:nth-child(2) .info h4:before {
  color:#c3c3c3
}
#topshouts .user:nth-child(3) .info h4:before {
  color:#922525
}