10
-webkit-box-orient: vertical;
11
-webkit-box-direction: normal;
12
-ms-flex-direction: column;
13
flex-direction: column;
14
-webkit-box-pack: justify;
15
-ms-flex-pack: justify;
16
justify-content: space-between;
18
height: calc(100vh - 302px);
29
-webkit-box-align: center;
30
-ms-flex-align: center;
41
border: 1px solid #F79F00;
42
background-color: white;
45
.lobby_invitation_rejected {
55
-ms-flex-pack: distribute;
56
justify-content: space-around;
59
-webkit-box-sizing: border-box;
60
box-sizing: border-box;
66
border: 1px solid #F79F00;
68
border-bottom-left-radius: 20px;
69
border-bottom-right-radius: 20px;
73
-webkit-box-orient: vertical;
74
-webkit-box-direction: normal;
75
-ms-flex-direction: column;
76
flex-direction: column;
77
-webkit-box-align: center;
78
-ms-flex-align: center;
80
-webkit-box-pack: center;
81
-ms-flex-pack: center;
82
justify-content: center;
89
border: 1px solid gray;
91
border-bottom-left-radius: 20px;
92
border-bottom-right-radius: 20px;
99
-webkit-box-pack: center;
100
-ms-flex-pack: center;
101
justify-content: center;
114
.lobby_start_game_button, .lobby_cancel_queue_button {
118
.lobby_start_game_span {
122
.lobby_countdown_block {
129
.lobby_accept_request_bg {
135
display: -webkit-box;
136
display: -ms-flexbox;
138
-webkit-box-pack: center;
139
-ms-flex-pack: center;
140
justify-content: center;
141
-webkit-box-align: center;
142
-ms-flex-align: center;
144
background-color: #A6A6A6;
149
.lobby_accept_request_button {
152
border-radius: 150px;
153
display: -webkit-box;
154
display: -ms-flexbox;
156
-webkit-box-pack: center;
157
-ms-flex-pack: center;
158
justify-content: center;
159
-webkit-box-align: center;
160
-ms-flex-align: center;
162
background-color: white;
163
border: 5px solid #F79F00;
164
text-transform: uppercase;
167
.lobby_accept_request_button > span {
168
border: 2px solid #F79F00;
172
letter-spacing: 0.2em;
176
.header_friend_invite {
180
.header_friend_invited {
185
display: -webkit-box;
186
display: -ms-flexbox;
188
-webkit-box-orient: vertical;
189
-webkit-box-direction: normal;
190
-ms-flex-direction: column;
191
flex-direction: column;
193
-webkit-box-sizing: border-box;
194
box-sizing: border-box;
201
.game_questions_block {
203
display: -webkit-box;
204
display: -ms-flexbox;
206
-webkit-box-orient: vertical;
207
-webkit-box-direction: normal;
208
-ms-flex-direction: column;
209
flex-direction: column;
210
-webkit-box-align: center;
211
-ms-flex-align: center;
220
display: -webkit-box;
221
display: -ms-flexbox;
223
-webkit-box-orient: vertical;
224
-webkit-box-direction: normal;
225
-ms-flex-direction: column;
226
flex-direction: column;
227
-webkit-box-align: center;
228
-ms-flex-align: center;
242
background-color: #F79F00;
249
display: -webkit-box;
250
display: -ms-flexbox;
252
-webkit-box-pack: center;
253
-ms-flex-pack: center;
254
justify-content: center;
258
.results_score_first > td {
259
background-color: #ffd700;
263
.results_score_second > td {
264
background-color: #c0c0c0;
268
.results_score_third > td {
269
background-color: #b08d57;
273
.game_chat_block, .lobby_chat_block {
279
-webkit-box-orient: vertical;
280
-webkit-box-direction: normal;
281
-ms-flex-direction: column;
282
flex-direction: column;
283
background-color: white;
284
border: 1px solid #F79F00;
287
.game_chat_top, .lobby_chat_top {
289
display: -webkit-box;
290
display: -ms-flexbox;
292
-webkit-box-pack: justify;
293
-ms-flex-pack: justify;
294
justify-content: space-between;
295
-webkit-box-align: center;
296
-ms-flex-align: center;
299
border-bottom: 1px solid #F79F00;
300
-webkit-box-sizing: border-box;
301
box-sizing: border-box;
304
.game_chat_messages, .lobby_chat_messages {
306
display: -webkit-box;
307
display: -ms-flexbox;
309
-webkit-box-orient: vertical;
310
-webkit-box-direction: reverse;
311
-ms-flex-direction: column-reverse;
312
flex-direction: column-reverse;
313
-webkit-box-align: center;
314
-ms-flex-align: center;
320
.game_chat_textarea, .lobby_chat_textarea {
324
border-top: 1px solid #F79F00;
325
-webkit-box-sizing: border-box;
326
box-sizing: border-box;
329
.lobby_chat_open, .game_chat_open {
331
border: 1px solid #F79F00;
335
background-color: white;
339
.lobby_chat_close, .game_chat_close {