#gameTopList {

margin-top: 38px;
    height: 225px;
    width: 760px;
    /*margin-left: auto;*/
/*    margin-right: auto;*/
    

    background-color: #86b8e0;
    
    
    /*background: rgb(17,17,17);*/
/*background: -moz-linear-gradient(0deg, rgba(17,17,17,1) 95%, rgba(46,46,46,1) 100%);*/
/*background: -webkit-linear-gradient(0deg, rgba(17,17,17,1) 95%, rgba(46,46,46,1) 100%);*/
/*background: linear-gradient(0deg, rgba(17,17,17,1) 95%, rgba(46,46,46,1) 100%);*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111111",endColorstr="#2e2e2e",GradientType=1);*/

}


#gameToplistTabs {
        width: 100%;
    margin-top: 2px;
    height: 25px;
    overflow: hidden;
    min-width: 500px;
}
.toplistTab {
       color: white;
    float: left;
    width: 162px;
    height: 30px;
    border-radius: 8px;
    background-color: #dddddd;
    /* background-image: url(img/toplistbutton_off.png); */
    background-repeat: no-repeat;
    margin-right: 2px;
    margin-top: 3px;
    text-align: center;
    font-family: Myriad Pro;
    font-weight: bold;
    font-size: 14px;
    color: #222222;
    line-height: 22px;


}

.toplistTabOn {
  
    /* background-image: url(img/toplistbutton_on.png); */
    background-color: #39569A;
    background-repeat: no-repeat;
    height: 28px;
    color: white;

    
}

#toplistTab0 {
    margin-left: 2px;
}

.toplistContainer {
width: 760px;
    height: 200px;
    /* margin-left: 200px; */
    /* margin-right: auto; */
    /* margin-top: 3px; */
    padding-top: 2px;
    background-color: #39569A;
    /* background: rgb(212 225 239); */
    /* background: rgb(43,53,63); */
    /* background: -webkit-linear-gradient(0deg, rgba(43,53,63,1) 0%, rgba(66,108,134,1) 100%); */
    /* background: linear-gradient(0deg, rgba(43,53,63,1) 0%, rgba(66,108,134,1) 100%); */


}

.topListPlayers {
    left: 110px;
    width: 647px;
    height: 170px;
    overflow: hidden;
   
  
    
}

#toplistGiftContainer {
   float: left;
    overflow: hidden;
    padding-top: 4px;
    /* position: absolute; */
    left: 2px;
    margin-top: 10px;
    margin-left: 2px;
    width: 100px;
    height: 180px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color: #83ceff;
    text-align: center;
    
}

#toplistInviteButton {
    text-align: center;
      font-family: Myriad Pro;
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   background: rgb(44,143,0);
   padding: 3px;
background: -moz-linear-gradient(0deg, rgba(44,143,0,1) 40%, rgba(119,233,0,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(44,143,0,1) 40%, rgba(119,233,0,1) 100%);
background: linear-gradient(0deg, rgba(44,143,0,1) 40%, rgba(119,233,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2c8f00",endColorstr="#77e900",GradientType=1);
    
}



.topListItem {
border: 1px solid #91a5d3;
    float: right;
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    width: 54px;
    height: 165px;
    background-color: #eaeaea;
    padding: 2px;
    margin-left: 2px;
    overflow: hidden;
    margin-bottom: 5px;
    /* background: rgb(0,0,0); */
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(34,34,34,1) 100%);
    /* background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(34,34,34,1) 100%); */
    /* background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(34,34,34,1) 100%); */
/*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#222222",GradientType=1);*/


}
.topListItem:hover {
background-color: white;
}

.topListItemNum {
        pointer-events: none;
    float: left;
    font-family: Myriad Pro;
    font-weight: bold;
    font-size: 18px;
    color: #345274;
}

.topListItemIkonCrown {
    pointer-events: none;
margin-top: 10px;
    margin-left: 5px;
    background-image: url(img/toplist_crown.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 22px;
}
.topListItemIkon {
    pointer-events: none;
margin-top: 10px;
    margin-left: 5px;
 
    width: 50px;
    height: 22px;
}



.topListItemPlayerAvatar {
    pointer-events: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 50px;
    height: 50px;
    margin-top: -4px;
border: 1px solid white;
    
}

.toplistPlayerNick {
pointer-events: none;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    color: black;
    width: 55px;
    text-align: center;

}

.inviteFriendDiv {
    margin-top: 10px;
   background: rgb(201,107,0);
background: -moz-linear-gradient(0deg, rgba(201,107,0,1) 0%, rgba(255,174,0,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(201,107,0,1) 0%, rgba(255,174,0,1) 100%);
background: linear-gradient(0deg, rgba(201,107,0,1) 0%, rgba(255,174,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c96b00",endColorstr="#ffae00",GradientType=1);
border: 1px solid orange;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 45px;
    height: 25px;
    padding: 3px;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    color: white;
}
.toplistPlayerCips {
     font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #345274;
}
.topListItemBackFowardButtonsRight {
float: left;
    width: 35px;
    height: 170px;
    text-align: center;
    overflow: hidden;
    padding-top: 50px;
       
}
.topListItemBackFowardButtonsLeft {
 
      width: 35px;
    height: 170px;
    text-align: center;
    overflow: hidden;
    padding-top: 50px;
    float: left;
       
}
.toplistInnerList {
     
    
 float: left;
    height: 190px;
    overflow: hidden;
    overflow-x: scroll;
    width: 370px;
}
.topListLeaders {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 187px;
    transform: translateZ(0);

 
}
.toplistContainerInner {
   
    width: 6020px;
 
}
