/*Логика отображения окна*/
#wrap.ng_ui_win_game_user_info #ng_win_game_user_info
{
    display: table;
}

/*Котент*/
#wrap #ng_win_game_user_info_block
{
    height: 45em;
    width: 45em;
}
#wrap #ng_game_user_info_flag
{
    position: relative;
    text-align: center;

    padding-top: 5.6428em;
    box-sizing: border-box;

    background-image: url('../images/ui/win/game_user_info/ng_shields.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 200% auto;

    width: 19.7857em;
    min-height: 22.6428em;
    margin: 0 auto;
}
#wrap #ng_game_user_info_flag.ng_flag_blue
{
    background-position: left top;
}
#wrap #ng_game_user_info_flag.ng_flag_red
{
    background-position: right top;
}

#wrap #ng_game_user_info_photo
{
    width: 8.2em;
    height: 8.2em;
    margin: 0 auto 1.1em;
    border-width: 0;

    -webkit-border-radius: 8.2em;
    -moz-border-radius: 8.2em;
    border-radius: 8.2em;
}


#wrap #ng_game_user_info_name
{
    font-size: 17px;
    font-size: 1.2142em;
    width: 8.9411em;
    color: #FFFFFF;
    margin: 0 auto 0.2352em;

    text-transform: uppercase;
    text-align: center;
    display: block;
    line-height: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#wrap #ng_game_user_info_level
{
    font-size: 12px;
    font-size: 0.8571em;
    color: #FFFFFF;
    margin: auto;
    width: 12.6666em;
    text-align: center;
    display: block;
    line-height: 1em;
    font-style: italic;
}
#wrap .ng_flag_red #ng_game_user_info_level
{
    color: #ffab61;
}
#wrap .ng_flag_blue #ng_game_user_info_level
{
    color: #06b6ff;
}

/*Таблица с информацией*/
#wrap #ng_win_game_user_info_block_content > .table,
#wrap #ng_win_game_user_info_scroll_body > .table
{
    width: 100%;
    margin-bottom: 1em;
    color: #ffe7a7;
}
#wrap #ng_win_game_user_info_block_content > .table > .tr:nth-child(odd),
#wrap #ng_win_game_user_info_scroll_body > .table > .tr:nth-child(odd)
{
    background: rgba(170,99,10,0.24);
    background: -moz-linear-gradient(90deg, rgba(170,99,10,0.24) 0%, rgba(170,99,10,0.2385153890657825) 95%, rgba(170,99,10,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(170,99,10,0.24) 0%, rgba(170,99,10,0.2385153890657825) 95%, rgba(170,99,10,0) 100%);
    background: linear-gradient(90deg, rgba(170,99,10,0.24) 0%, rgba(170,99,10,0.2385153890657825) 95%, rgba(170,99,10,0) 100%);
}
#wrap #ng_win_game_user_info_block_content > .table .td,
#wrap #ng_win_game_user_info_scroll_body > .table .td
{
    padding: 0.2em 1em;
}
#wrap #ng_win_game_user_info_block_content > .table .td.ng_col_1,
#wrap #ng_win_game_user_info_scroll_body > .table .td.ng_col_1
{
    width: 50%;
    font-weight: bold;
    text-align: left;
}
#wrap #ng_win_game_user_info_block_content > .table .td.ng_col_2,
#wrap #ng_win_game_user_info_scroll_body > .table .td.ng_col_2
{
    width: 50%;
    text-align: center;
}
#wrap #ng_win_game_user_info_dice_double_counts
{
    margin: auto;
}
#wrap #ng_win_game_user_info_dice_double_counts .td
{
    text-align: center;
}
#wrap #ng_win_game_user_info_dice_double_counts .tr:first-child
{
    font-weight: bold;
}
#wrap #ng_win_game_user_info_dice_double_counts .tr:nth-child(odd),
#wrap #ng_win_game_user_info_dice_double_counts .tr .td:nth-child(odd)
{
    background: rgba(170,99,10,0.24);
}