#stats_js{
    display: none!important;
}

#skinSelector{
    background:white;
    width:272px;
    position: fixed;
    z-index:10;
    left:0;
    right:0;
    margin:0 auto;
    bottom:80px;/* reticle button needs bottom space*/
    /*height:50px;*/
/*    outline:2px solid black;*/
    border-radius: 34px;
    padding:2px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

#skinSelector p{
    color:white;
    font-size: 15px;
    margin:5px 0;
    text-align: center;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

#skinSelector>div{
    font-size: 0;
/*    height: 100%;*/
    width: 100%;
    text-align: center;
}

#skinSelector>div span{
    width:44px;
    height:44px;
    border-radius: 50%;
    background:#aaaaaa;
    display: inline-block;
    margin:12px;
    cursor:pointer;
    position:relative;
}

#skinSelector>div span::before{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    border:3px solid #aaaaaa;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
}

#skinSelector>div span.selected::before{
    border:3px solid #404040;
}

#b_CTA{
    width:250px;
    height:50px;
    position: fixed;
    z-index:11;
    left:50%;
    transform: translateX(-50%);
    bottom:15px;
    cursor:pointer;
    /*outline:1px solid red;*/
    background-size: 300px auto;
    background-position:center center;
}
