#wrap.ng_device_mobile #ng_win_chat_list_block
{
    height: 100%;
    width: 100%;
}
#wrap.ng_device_mobile #ng_win_chat_list_block_content
{
    height: 32.1428em;
}

#wrap.ng_device_mobile #ng_win_chat_list_head
{
    top: 0;
    position: relative;
}
#wrap.ng_device_mobile #ng_win_chat_list_head_td_1,
#wrap.ng_device_mobile #ng_win_chat_list_head_td_2
{
    padding: 0;
}
#wrap.ng_device_mobile #ng_win_chat_list_scroll_body.ng_scroll_body
{
    width: 100%;
    height: -webkit-calc(100% - 4.6428em);
    height: calc(100% - 4.6428em);
    border-right: none;
    padding: 0;
}
#wrap.ng_device_mobile #ng_win_chat_list_table
{
    margin: 0;
    border-top: none;
}
#wrap.ng_device_mobile #ng_win_chat_list_scroll_btn_up
{
    top: 5.6428em;
}

#wrap.ng_device_mobile #ng_win_chat_list_table [data-chat_uuid].tr .ng_win_chat_list_user_avatar_td
{
    width: 10%;
}
#wrap.ng_device_mobile #ng_win_chat_list_table [data-chat_uuid].tr .ng_win_chat_list_user_info_td
{
    width: 20%
}
#wrap.ng_device_mobile #ng_win_chat_list_table [data-chat_uuid].tr .ng_win_chat_list_game_info_td
{
    width: auto;
    padding-right: 4.1428em;
}

#wrap.ng_device_mobile #ng_win_chat_list_search
{
    top: 0.614em;
    left: 12.2em;
    margin-bottom: 0;
    width: 21em;
    height: 1.814em;
    background-color: #b4afa9;
}
#wrap.ng_device_mobile #ng_win_chat_list_table .tr:nth-child(even)
{
    background-color: rgba(255,255,255, 0.1);
}
#wrap.ng_device_mobile #ng_win_chat_list_table .tr:nth-child(odd)
{
    background-color: rgba(255,255,255, 0.05);
}

#wrap.ng_device_mobile #ng_win_chat_list_table .ng_win_chat_list_messages_td
{
    display: none;
}
#wrap.ng_device_mobile #ng_win_chat_list_table .ng_win_chat_list_user_rating,
#wrap.ng_device_mobile #ng_win_chat_list_table .ng_win_chat_list_game_1
{
    color: #fec600;
}
#wrap.ng_device_mobile #ng_win_chat_list_table .ng_win_chat_list_user_name,
#wrap.ng_device_mobile #ng_win_chat_list_table .ng_win_chat_list_game_win_value,
#wrap.ng_device_mobile #ng_win_chat_list_table .ng_win_chat_list_game_bet_value,
#wrap.ng_device_mobile #ng_win_chat_list_table .ng_win_chat_list_game_score_value
{
    color: #FFFFFF;
}
#wrap.ng_device_mobile #ng_win_chat_list_table .ng_win_chat_list_user_name:after
{
    margin-left: 0.5em;
}
#wrap.ng_device_mobile #ng_win_chat_list_table [data-chat_uuid].tr > .td
{
    border-bottom: none;
    padding-top: 1em;
    padding-bottom: 1em;
}
#wrap.ng_device_mobile #ng_win_chat_list_table .ng_user_status_offline
{
    color: #fc0000;
}
#wrap.ng_device_mobile #ng_win_chat_list_table .ng_user_status_online
{
    color: #00ff15;
}

#wrap.ng_device_mobile #ng_win_chat_list_table .ng_win_chat_list_user_avatar
{
    border-color: #fc0000;
}
#wrap.ng_device_mobile #ng_win_chat_list_table .ng_user_online .ng_win_chat_list_user_avatar
{
    border-color: #00ff15;
}
#wrap.ng_device_mobile #ng_win_chat_list_btn_search
{
    display: none;
}