.tubr {
  position: relative;
}
.tubr.load {
  pointer-events: none;
}
.tubr.load .tubr-content {
  opacity: .3;
  transition: all .2s;
}
.tubr-header {
  display: flex;
  justify-content: flex-end;
  margin:10px 0;
}
.tubr-head p,
.tubr-head select,
.tubr-content.block .tubr-user-rating p, 
.tubr-content.block .tubr-user-rating div {
  display:inline-block;
}

.tubr-nav {
  display:flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
.tubr-nav .tubr-nav-page input {
  max-width: 30px;
  text-align: center;
}
.tubr-nav > div {
  margin-right: 5px;
}
.tubr-nav > div:last-child {
  margin-right: 0;
}
.tubr-nav .tubr-nav-btn {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tubr-nav .tubr-nav-btn {
  background: #e3e3e3;
  border: 1px solid #aaa;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333;
  padding: 2px 5px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
}

.tubr-nav .tubr-nav-btn:hover {
  background: #e8e8e8;
  cursor: pointer;
  text-decoration: none;
}
.tubr-nav .tubr-nav-btn:active {
  background: #efefef;
}

.tubr .tubr-not-found {
  padding: 10px;
  text-align: center;
}
/*
Контент блок
*/
.tubr-content {
  position: relative;
}

.tubr-content .load {
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(0, 0, 0, 0.59);
  z-index:99;
}
.tubr-content.block {
  text-align:center;
}
.tubr-content.block .tubr-user {
  display:inline-block;
  width:128px;
  margin:15px;
  vertical-align: top;
}
.tubr-content.block .tubr-user-avatar {
  position:relative;
}
.tubr-content.block .tubr-user-position {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 5px black, 0 0 5px black;
  font-size: 18px;

}
.tubr-content.block .tubr-user-name {
  margin: 10px 0;
}
.tubr-content.block .tubr-user-rating p {
  margin-right:5px;
}

/*
Контент список
*/
.tubr.list {
  max-width:500px;
  margin:auto;
  padding: 10px;
}
.tubr-content.list .tubr-user-title,
.tubr-content.list .tubr-user{
  display: flex;
  text-align: center;
  margin: 5px 0;
  align-items: center;
}

.tubr-content.list .tubr-user-title > div:nth-child(1),
.tubr-content.list .tubr-user > div:nth-child(1){
  width: 10%;
}
.tubr-content.list .tubr-user-title > div:nth-child(2),
.tubr-content.list .tubr-user > div:nth-child(2){
  width: calc(50% - 10px);
  margin: 0 5px;
  overflow: hidden;
}
.tubr-content.list .tubr-user-title > div:nth-child(3),
.tubr-content.list .tubr-user > div:nth-child(3){
  width: 40%;
}

/**
* BLOCK 2
*/

.tubr.block2 .tubr-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.tubr.block2 .tubr-user {
  display: flex;
  flex-wrap: nowrap;
  width: calc(24% - 20px);
  min-width: 225px;
  margin: 10px;
  box-shadow: 0px 0px 3px #00000061;
}

.tubr.block2 .tubr-user-left {
  width: 64px;
}

.tubr.block2 .tubr-user-right {
  width: calc(100% - 84px);
  padding: 0 10px;
  margin: 5px 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.tubr.block2 .tubr-user-name,
.tubr.block2 .tubr-user-rating {
  width: 100%;
  position: relative;
}

.tubr.block2 .tubr-user-avatar {
  position: relative;
}

.tubr.block2 .tubr-user-position {
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: bold;
}

/*
Контент мини
*/
.tubr.mini {
  max-width: 500px;
  margin: auto;
  padding: 10px;
}

.tubr-content.mini {
  text-align: center;
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: gainsboro;
  border-image: initial;
  background: rgb(251, 251, 252);
}

.tubr-content.mini .tubr-user-title {
  padding: 5px 0px;
  margin: 5px 0px;
  border-bottom: 1px solid rgb(148, 148, 148);
}

.tubr-content.mini .tubr-user-title,
.tubr-content.mini .tubr-user{
  display: flex;
  text-align: center;
  align-items: center;
}

.tubr-content.mini .tubr-user-title > div:nth-child(1),
.tubr-content.mini .tubr-user > div:nth-child(1){
  width: 10%;
}
.tubr-content.mini .tubr-user-title > div:nth-child(2),
.tubr-content.mini .tubr-user > div:nth-child(2){
  width: calc(50% - 50px);
  margin: 0 5px 0 45px;
  overflow: hidden;
  text-align: left;
}
.tubr-content.mini .tubr-user-title > div:nth-child(3),
.tubr-content.mini .tubr-user > div:nth-child(3){
  width: 40%;
}

.tubr-content.mini .tubr-user {
  padding: 5px 0px;
}

.tubr-content.mini .tubr-user.position-1 {
  background: #9ff7a2;
}
.tubr-content.mini .tubr-user.position-2 {
  background: #c1f7c3;
}
.tubr-content.mini .tubr-user.position-3 {
  background: #e2f3e3;
}

/*
Контент список2
*/
.tubr.list2 {
  max-width: 500px;
  margin: auto;
  padding: 10px;
}
.tubr-content.list2 .tubr-user-title,
.tubr-content.list2 .tubr-user{
  display: flex;
  text-align: center;
  margin: 5px 0;
  align-items: center;
}

.tubr-content.list2 .tubr-user-title > div:nth-child(1),
.tubr-content.list2 .tubr-user > div:nth-child(1){
  width: 10%;
}
.tubr-content.list2 .tubr-user-title > div:nth-child(2),
.tubr-content.list2 .tubr-user > div:nth-child(2){
  width: calc(50% - 10px);
  margin: 0 5px;
  overflow: hidden;
}
.tubr-content.list2 .tubr-user-title > div:nth-child(3),
.tubr-content.list2 .tubr-user > div:nth-child(3){
  width: 40%;
}

.tubr-content.list2 .tubr-user .tubr-user-rating {
  min-width: 100px;
  background: #f7f2f2;
  border: 1px solid #bfbfbf;
}
.tubr-content.list2 .tubr-user .tubr-user-rating .tubr-user-value {
  text-align: center;
  position: relative;
  z-index: 0;
  color: #383838;
  text-shadow: 1px 1px 2px #ffffff;
  font-size: 13px;
  font-weight: bold;
}

.tubr-content.list2 .tubr-user .tubr-user-rating .tubr-user-value div {
  height:100%;
  z-index: -1;
  position: absolute;
  transition: all 2s;
  background: #b4e391; /* Old browsers */
  background: -moz-linear-gradient(top, #b4e391 0%, #61c419 50%, #39ad22 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b4e391 0%,#61c419 50%,#39ad22 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b4e391 0%,#61c419 50%,#39ad22 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#39ad22',GradientType=0 ); /* IE6-9 */
}

/**
*CIRCLE
*/
.tubr-content.circle  {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.tubr-content.circle .tubr-user,
.tubr-content.circle .tubr-user-avatar {
  position: relative;
  overflow: hidden;
}

.tubr-content.circle .tubr-user {
  margin: 20px;
}

.tubr-content.circle .tubr-user-avatar img,
.tubr-content.circle .tubr-user-position {
  border-radius: 50%;
  border: 3px solid white;
}

.tubr-content.circle .tubr-user:not(.position-1):not(.position-2):not(.position-3) .tubr-user-avatar img {
  width: 96px;
  height: 96px;
}

.tubr-content.circle .tubr-user-position {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 6px 0px #b3b3b3;
}


.tubr-content.circle .tubr-user-position {
  background: white;
  color: black;
}

.tubr-content.circle .position-1 .tubr-user-position {
  background: gold;
  box-shadow: inset 0 0 6px 0px #bfa207;
}
.tubr-content.circle .position-2 .tubr-user-position {
  background: silver;
  box-shadow: inset 0 0 6px 0px #828282;
}
.tubr-content.circle .position-3 .tubr-user-position {
  background: #cd7f32;
  box-shadow: inset 0 0 6px 0px #7d5226;
}

.tubr-content.circle .position-1 .tubr-user-avatar img,
.tubr-content.circle .position-1 .tubr-user-position {
  border: 5px solid gold;
}
.tubr-content.circle .position-2 .tubr-user-avatar img,
.tubr-content.circle .position-2 .tubr-user-position {
  border: 5px solid silver;
}
.tubr-content.circle .position-3 .tubr-user-avatar img,
.tubr-content.circle .position-3 .tubr-user-position {
  border: 5px solid #cd7f32;
}

.tubr-content.circle .tubr-break {
  width: 100%;
}

.tubr-content.circle .tubr-user-name,
.tubr-content.circle .tubr-user-rating{
  text-align: center;
  margin-top: 10px;
}

.tubr-content.circle .tubr-user-name {
  max-width: 96px;
  margin: 10px auto 0;
}

.tubr-user.plus .tubr-user-value {
  color:green;
}
.tubr-user.minus .tubr-user-value {
  color:red;
}

.tubr-content.circle .tubr-user {
  left: 0;
  top: 0;
  transition: all .5s;

}