1
2
3
4
5
6
#game_window { background-color:#000A; padding:20px; width:933px; height:505px; border-radius:10px; }
#game_box, #game_chat_logs, #game_setup { background-color:#fffA; }
#game_input { bottom:40px; right:235px; }
#game_play_button { bottom:40px; right:40px; }
#game_input_can_send { bottom:40px; right:205px; }
#game_save_chat_logs { bottom:40px; left:355px; }