#PlayNowContainer{
    position:absolute;
    width:150px;
    height:37px;
    top:1px;
    left:5px;
    z-index:99
}
#PlayNowContainer form{
    margin:0;
    padding:0;
    border:0
}
/* =====================================
   TOP PLAYERS BOX WIDTH CONTROL
   ===================================== */

.topPlayerBox {
    width: 360px;          /* CHANGE WIDTH HERE */
    max-width: 360px;
    padding: 8px;
}

/* =====================================
   TOP PLAYERS LAYOUT
   ===================================== */

.topPlayerRow {
    display: flex;
    align-items: center;
    height: 34px;        /* ROW HEIGHT */
    margin-bottom: 2px;  /* SPACE BETWEEN ROWS */
    position: relative;
}

.topPlayerOutfit {
    height: 40px;        /* OUTFIT SIZE */
    margin-right: 5px;
    position: relative;
    top: -10px;          /* MOVE OUTFIT UP/DOWN */
}

.topPlayerInfo {
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    top: 0px;            /* MOVE NAME+LEVEL+SKULL TOGETHER */
}

/* =====================================
   NAME STYLE (LOCKED COLOR)
   ===================================== */

.topPlayerName {
    font-size: 13px;      
    font-weight: bold;
    color: #5DA9FF !important;
    text-decoration: none !important;
    font-family: Verdana, Arial, sans-serif;
    position: relative;
    top: 0px;             /* MOVE NAME */
}

.topPlayerName:hover {
    color: #7FC4FF !important;
}

/* =====================================
   LEVEL STYLE (LOCKED COLOR)
   ===================================== */

.topPlayerLevel {
    font-size: 10px;
    font-weight: bold;
    margin-left: 0px;
    font-family: Verdana, Arial, sans-serif;
    position: relative;
    top: 0px;             /* MOVE LEVEL */
    color: #FFFFFF !important; /* Default = White */
}

/* Rank Colors */
.topPlayerLevel.level-gold {
    color: #FFD700 !important;
}

.topPlayerLevel.level-silver {
    color: #C0C0C0 !important;
}

.topPlayerLevel.level-bronze {
    color: #CD7F32 !important;
}

/* =====================================
   SKULL STYLE
   ===================================== */

.topPlayerSkull {
    height: 14px;         
    width: auto;
    margin-left: 0px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0px;             /* MOVE SKULL */
}
