.oneuser {
    float: left;
    width: 122px;
}

.oneuser .number {
    width: 35px;
    height: 25px;
    color: #fff;
    background: #c4d2d6;
    text-align: center;
    float: left;
}

.oneuser .user {
    width: 77px;
    height: 25px;
    padding-left: 10px;
    color: rgb(91, 103, 107);
    float: left;
}

.oneuser .user:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset -30px 0px 15px 0px #fff;
    -moz-box-shadow: inset -30px 0px 15px 0px #fff;
    box-shadow: inset -30px 0px 15px 0px #fff;
    z-index: 10;
}

.popup.mod-hello {
    width: 700px !important;
    height: 500px !important;
}

.leaderTable {
    height: initial !important;
}

.hide {
    display: none;
}


.personal {
    font-weight: bold;
    color: #ff4786 !important;

}

.timerBoxWrap.hideit .title, .timerBoxWrap.hideit #clock {
    display: none;
}

.timerBoxWrap.hideit {
    background: none;
    /*background-color: black;*/
}

.timerBoxWrap .mozart {
    display: none;
    color: white;
}

.timerBoxWrap.hideit .mozart {
    display: block;
}

.win {
    background: #c42a67 !important;
}

.timerBoxWrap {
    width: 960px !important;
}