.steam-container {
    font-family: arial, Helvetica, tahoma, sans-serif;
    font-size: 11px;
    height: 42px;
    line-height: 15px;
    margin: 2px;
    padding: 4px 0px 4px 5px;
    width: 300px;
    overflow: hidden;
    display: inline-block; 
    position: relative;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url('./images/userBlockBG.png') no-repeat;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.steam-container a, .steam-container a:hover, .steam-container a:active, .steam-container a:visited {
    font-weight: bold;
    text-decoration: none;
}

.steam-offline, .steam-offline a, .steam-offline a:hover, .steam-offline a:active, .steam-offline a:visited, .steam-unset, .steam-unset a, .steam-unset a:hover, .steam-unset a:active, .steam-unset a:visited {
    color: #898989;
}

.steam-online, .steam-online a, .steam-online a:hover, .steam-online a:active, .steam-online a:visited {
    color: #6ABBFB;
}

.steam-in-game, .steam-in-game a, .steam-in-game a:hover, .steam-in-game a:active, .steam-in-game a:visited {
    color: #8BC53F;
}

.steam-container p {
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}

.steam-icon {
    float: left;
    height: 40px;
    margin: 0px 7px 0px 13px;
    padding: 0px;
    width: 40px;
}

.steam-icon {
    border: 0px none;
    height: 40px;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 40px;
    margin: 0px 10px 0px 20px;
}

.steam-offline .steam-icon, .steam-unset .steam-icon {
    background: url('./images/iconholder_offline.png') no-repeat;
}

.steam-online .steam-icon {
    background: url('./images/iconholder_online.png') no-repeat;
}

.steam-in-game .steam-icon {
    background: url('./images/iconholder_ingame.png') no-repeat;
}

.steam-avatar {
    border: 0px none;
    width: 32px;
    height: 32px;
    left: 4px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 4px;
}

.steam-unset .steam-avatar {
    background: url('./images/ajax-loader.gif') no-repeat;
}

.steam-avatar img {
    border: 0px none;
    height: 32px;
    margin: 0px;
    padding: 0px;
    width: 32px;
}

.statsIcon {
    float: left;
    height: 42px;
    margin: 0px 7px 0px 0px;
    padding: 0;
    width: 42px;
    position: relative
}

.friend_join_game_link {
    cursor: pointer;
    text-decoration: underline;
}