@import url("button.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,600");
@import url("fontawesome-all.min.css");

body{
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	background: #f1f2f4;
	color: #5c6670;
	-moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%;
	/*width: 1200px; */
}


td{
    min-width: 50px;
    padding: 5px;
}


.logotype{
    position: absolute;
    top: 200px;
    left: 200px;
    right: 200px;
    color: rgba(1, 1, 1, 0.7);
    font-size: 60px;
    text-align: center;
}

.header{
	height: 86px;
	width: 100%;
	min-width: 800px;
	z-index: 20;
	position: fixed;
	background: #2b5b8b;
	border-bottom: 1px Solid grey;
	box-shadow: 2px 2px 15px grey;
}

.picture_noauth{
    margin: 0; /* Убираем отступы */
    height: 100%; /* Высота страницы */
    background: url(/img/background.jpg) no-repeat; /* Параметры фона */
    background-size: cover; /* Фон занимает всю доступную площадь */
}

.picture_404{
    margin: 0; /* Убираем отступы */
    height: 100%; /* Высота страницы */
    background: url(/img/background2.jpg) no-repeat; /* Параметры фона */
    background-size: cover; /* Фон занимает всю доступную площадь */
}

.background_show{
    z-index: 21;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #00000085;
    background-size: cover;
    cursor: pointer;
}

.up_window{
    width: 500px;
    background: white;
    border: 2px Solid lightgrey;
    border-radius: 10px;
    box-shadow: 3px 3px 3px grey;
    margin: 90px auto;
    padding: 5px;
    background-size: contain;
    opacity: 1.0;
    z-index: 22;
}

    .window_header{
        font-size: 20px;
        color: green;
        text-align: center;
        margin: 5px;
        font-weight: 600;
    }
    
    .window_body{
        text-align: center;
        padding: 5px;
    }


.lend{
    margin: 8px;
}

.b_lend{
    border: 1px Solid grey;
    border-radius: 2px;
    margin: 5px;
    padding: 5px;
    text-decoration: none;
}

.b_lend_a{
    border: 1px Solid grey;
    border-radius: 2px;
    margin: 5px;
    padding: 5px;
    background: lightgrey;
    text-decoration: none;
}

.logotype{
    margin: 0 100px; /* Убираем отступы */
    height: 300px; /* Высота страницы */
    background: url(/img/logodebt2.png) no-repeat; /* Параметры фона */
    background-size: contain;
}

.auth_info{
    color: white;
    margin: 15px;
    padding: 10px;
    font-size: 18px;
    
}

.q{
    padding: 2px 8px; 
    border: 1px Solid red; 
    border-radius: 15px; 
    margin: 5px;
    cursor: pointer;
}

.subscribe_app{
    background: white;
    border: 1px Solid grey;
    padding: 5px;
    margin: 3px;
}
    .engine_work{
        z-index: 20;
        position: fixed;
        right: 20px;
        border: 2px Solid black;
        padding: 10px;
        color: white;
        background: red;
    }



	.log_menu{
		position: absolute;
		right: 10px;
		display: inline-block;
		margin: 30px 2px;
	}
	
	.top_menu{
	    margin: 5px auto 10px auto;
	    text-align: center;
	    
	}
	
	.top_menu>a{
	    text-decoration: none;
	    font-size: 28px;
	    color: rgba(1, 1, 1, 0.8);
	    margin: 9px;
	    padding: 8px 12px;
	    transition: 1s linear;
	}
	
	.top_menu>a:hover{
	    color: rgba(1, 1, 1, 0.9);
	    background: rgba(63, 81, 181, 0.7);
	    border: 1px Solid white;
	}
	
	.logo_block{
	    display: inline-block;
	}
	    .logo{
	        height: 82px;
	        border-radius: 50px;
	        margin: 3px 15px;
	    }
	
	.user_info{
	    margin-left: 30px;
	    display: inline-block;
	    vertical-align: top;
	    color: white;
	}
	
	.site_msg{
	    margin: 10px;
	    font-size: 16px;
	    background: #0abb0a;
	    border: 2px Solid white;
	    padding: 5px;
	    display: block;
	    color: white;
	    width: 500px;
	    text-align: center;
	}
	
	.user_info  a{
	    color: white;
	}
	
	.bl{
	    font-size: 9px;
	    width: 30px;
	}
	
	.tl{
	    font-size: 9px;
	    position: relative;
	    right: 33px;
	    width: 30px;
	}
	
.left_menu{
	position: fixed;
	top: 90px;
	left: 0px;
	width: 270px;
	margin: 5px;
	transition: 0.7s linear;
	font-size: 18px;
	height: 70%;
	overflow-y: scroll;
}

::-webkit-scrollbar { width: 4px; height: 4px;}
::-webkit-scrollbar-button {  display: none; }
::-webkit-scrollbar-track {  background-color: #999;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #999;}
::-webkit-resizer { background-color: #666;}


	.left_menu > a{
		text-decoration: none;
		display: block;
		padding: 4px 7px;
		transition: 0.3s linear;
		color: #5c6670;
		margin-left: 10px;
		margin-top: 10px;
		box-shadow: 1px 1px 4px lightgrey;
	}
	
	.left_menu > a:hover{
		
		background: #e0e0e0;
	}
	
	.left_menu > a > span{
	    float: right;
	}

.content_un{
    border: 1px Solid grey;
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    left: 40px;
    right: 40px;
    top: 90px;
    padding: 15px;
	margin: 0px 20px 65px 20px;
	transition: 2.0s ease;
}
	
.content{
	position: absolute;
	top: 90px;
	left: 250px;
	padding: 15px;
	margin: 5px 40px 90px 40px;
	transition: 2.0s ease;
	min-width: 600px;
	max-width: 910px;
	background: rgba(255, 255, 255, 0.85);
	border: 1px Solid grey;
}

    .info{
        padding: 3px;
        font-size: 12px;
        margin: 5px;
        background: burlywood;
        color: white;
    }

    #reсomend_limit{
        text-align: left;
        font-size: 14px;
        margin: 5px;
        padding: 5px;
    }

    .partner_link{
        border: 3px Solid grey;
        border-radius: 50px;
        box-shadow: 2px 2px 2px lightgrey;
        padding: 7px;
        font-size: 20px;
        text-align: center;
        margin: 15px auto;
        width: 600px;
    }

    .partner_item{
        font-size: 16px;
        border: 2px solid #e8e8e8;
        width: 400px;
        margin: 5px;
        border-radius: 10px;
        padding: 10px;
        transition: 0.7s linear;
        box-shadow: 0 2px 6px 0 rgba(0,0,0,.07);
        display: inline-block;
    }
    
    .pay_form{
        font-size: 20px;
        border: 2px solid #e8e8e8;
        width: 500px;
        margin: 0 auto;
        border-radius: 10px;
        padding: 10px;
        text-align: center;
        transition: 0.7s linear;
        box-shadow: 0 2px 6px 0 rgba(0,0,0,.07);
    }

    .debtor_profile{
        border: 2px Solid grey;
        border-radius: 20px;
        padding: 5px;
        margin: 20px;
    }
    
    .debt_stat{
        border: 2px Solid grey;
        box-shadow: 2px 2px 2px grey;
        min-width: 890px;
        background: white;
        padding: 7px;
        margin-bottom: 4px;
    }
    
    .debtor_profile  .f_c{
        vertical-align: top;
    }
    
    .debtor_profile > div{
        border-bottom: 1px Solid lightgrey;
        padding: 10px;
    }
    
    .delayMsg{
        border: 3px Double white;
        background: red;
        color: white;
        padding: 5px;
    }
    
    .delayScore{
        font-size: 20px;
        border: 2px solid #e8e8e8;
        width: 500px;
        margin: 10px auto;
        border-radius: 10px;
        padding: 10px;
        box-shadow: 0 2px 6px 0 rgba(0,0,0,.07);
    }
    
    .debitor_item{
        display: inline-block;
        width: 250px;
        border: 1px Solid grey;
        border-radius: 10px;
        margin: 5px;
        overflow: hidden;
    }
    
        .d_head{
            background: lightblue;
            color: white;
            padding: 8px;
            text-align: center;
        }
            
        
        .d_body{
            min-height: 150px;
            padding: 2px;
        }
        
        .d_foot{
            border-top: 1px Solid grey;
            background: #d5ffd5;
            padding: 3px;
            font-size: 10px;
        }
        
    .site_line{
        background: #ebebeb;
        color: #546b80;
        padding: 5px;
        margin: 2px;
    }
     
    .attestat_menu > a{
        display: inline-block;
        background: lightblue;
        color: white;
        padding: 4px;
        margin: 2px;
        text-decoration: none;
    }
    
        .add_stady{
            display: inline-block;
            background: violet;
            color: white;
            padding: 4px;
            margin: 2px;
            text-decoration: none;
        }
        
    .debt_menu > a{
        display: inline-block;
        background: blue;
        text-shadow: 1px 1px 1px grey;
        color: white;
        padding: 4px;
        margin: 1px;
        text-decoration: none;
    }
    
    .finance_menu > a{
        display: inline-block;
        background: lightblue;
        padding: 4px;
        margin: 2px;
        text-decoration: none;
    }
    
        
    .support_menu > a{
        display: inline-block;
        background: lightblue;
        color: white;
        padding: 4px;
        margin: 2px;
        text-decoration: none;
    }
    
    .suggest {
        border: 1px Solid grey;
        padding: 5px;
        margin: 3px;
    }
    
    .support_ticket{
        border: 1px Solid grey;
        padding: 5px;
        margin: 2px;
        min-height: 45px;
    }
    
        .support_ticket a{
            text-decoration: none;
        }
    
        .s1{
            
        }
    
    .support_topic_area{
        width: 320px;
    }
    
    .cp_creditor_line{
        display: flex;
    }
    
        .cp_creditor_line > .serv{
            width: 280px;
            border: 1px Solid grey;
            border-radius: 10px;
            box-shadow: 3px 3px 3px lightgrey;
            padding: 5px;
            margin: 10px;
            cursor: pointer;
        }
        
        .serv > .head_serv{
            font-size: 20px;
            text-shadow: 1px 1px lightgrey;
            font-weight: 600;
        }
        
        .serv > .foot_serv{
            font-size: 20px;
            text-shadow: 1px 1px lightgrey;
            font-weight: 600;
        }
    
    .support_msg_form{
        border: 1px Solid grey;
        border-radius: 15px;
        margin: 10px auto;
        padding: 15px;
        max-width: 600px;
        text-align: center;
    }
    
    .support_msg_area{
        width: 450px;
        height: 80px;
        resize: none;
    }
    
    .up_balance_form{
        text-align: center;
        border: 1px solid;
        margin: 10 auto;
        max-width: 500px;
        border-radius: 20px;
        overflow: hidden;
    }
    
        .up_balance_form  .head{
            background: darkseagreen;
            padding: 8px;
        }
        
        .up_balance_form  .input{
            padding: 5px;
            font-size:24px;
            text-align: center;
            margin: 5px;
        }
        
        
        
    
    .support_top{
        font-size: 18px;
        font-weight: 600;
        margin: 10px;
    }
    
    .support_small_img{
        width: 80px;
        height: 50px;
        display: inline-block;
        margin: 4px;
    }
    
    .support_text_area{
        margin: 10px 1px;
    }
    
    .support_msg{
        padding: 5px;
        border: 1px Solid grey;
        width: 600px;
        margin: 3px auto;
        min-height: 50px;
    }
    
        .support_msg_head{
            background: lightblue;
            padding: 5px;
        }
    
    .yandex_pay{
        width: 200px;
        background: url(/img/yandex_money_logo.png) no-repeat;
        height: 150px;
        background-color: white;
        border: 2px Solid grey;
        margin: 2px;
        border-radius: 10px;
        text-decoration: none;
    }
    .yandex_pay > div{
        position: relative;
        text-align: center;
        top: 129px;
        text-decoration: none;
        color: grey;
        font-size: 20px;
        text-decoration: none;
    }
    .webmoney_pay{
        width: 200px;
        background: url(/img/webmoney_logo.png) no-repeat;
        height: 150px;
        background-color: white;
        border: 2px Solid grey;
        margin: 2px;
        border-radius: 10px;
        text-decoration: none;
    }
    .webmoney_pay > div{
        position: relative;
        text-align: center;
        top: 129px;
        text-decoration: none;
        color: grey;
        font-size: 20px;
    }
    
    .perfect_pay{
        width: 200px;
        background: url(/img/perfect_logo.png) no-repeat;
        height: 150px;
        background-color: white;
        border: 2px Solid grey;
        margin: 2px;
        border-radius: 10px;
        text-decoration: none;
    }
    .perfect_pay > div{
        position: relative;
        text-align: center;
        top: 129px;
        text-decoration: none;
        color: grey;
        font-size: 20px;
    }
    
    .payeer_pay{
        width: 200px;
        background: url(/img/payeer-logo.png) no-repeat;
        height: 150px;
        background-color: white;
        border: 2px Solid grey;
        margin: 2px;
        border-radius: 10px;
        text-decoration: none;
    }
    
    .a_line{
        padding: 5px;
        background: grey;
        color: white;
        box-shadow: 3px 3px lightgrey;
        margin: 3px;
    }
    
    .offers_limit{
        border: 1px Solid grey;
        padding: 10px;
        margin: 2px;
    }
    
    .q_offers_limit{
        width: 240px;
        font-size: 14px;
        border: 2px Solid grey;
        box-shadow: 3px 3px 3px lightgrey;
        padding: 5px;
        margin: 5px;
        display: inline-block;
        vertical-align: top;
        border-radius: 10px;
    }
    
    .q_offers_limit:hover{
        background: linen;
    }
    
    .avatar_mini{
        border: 3px Double grey;
        margin: 5px;
    }
    
    .line_conditions{
        padding: 2px;
        margin: 4px 20px;
        background: mistyrose;
    }
    
    .debtmoney_pay{
        width: 200px;
        height: 150px;
        background-color: white;
        border: 2px Solid grey;
        margin: 2px;
        border-radius: 10px;
        text-decoration: none;
        text-align: center;
        vertical-align: top;
    }
    
    .debtmoney_pay > div{
        position: relative;
        top: 50px;
        text-align: center;
        text-decoration: none;
        color: grey;
        font-size: 20px;
    }
    
    .debtmoney_pay > span{
    }
    
    .payeer_pay > div{
        position: relative;
        text-align: center;
        top: 129px;
        text-decoration: none;
        color: grey;
        font-size: 20px;
    }
    
    .f_c{
        display: inline-block;
        text-align: left;
        padding-left: 1px;
        margin: 3px 5px 1px 3px;
    }
    
        .f_chover:hover{
            background: #dddddd;
        }
    
        .bg_white{
            background: white;
            color: red;
            border: 1px Solid grey;
        }
        
        .w08{
            width: 80px;
        }
        
        .w09{
            width: 90px;
        }
        
        .w1{
            width: 100px;
        }
        
        .w2{
            width: 150px;   
        }
            
            .w2_1{
                width: 175px;
            }
        
        .w3{
            width: 200px;   
        }
        
        .w4{
            width: 250px;   
        }
            .w4_1{
                width: 265px;
            }
        
        .w5{
            width: 300px;
        }
        
        .w6{
            width: 350px;
        }
        
        .w7{
            width: 400px;
        }
        
        
    
    .news {
        border: 1px Solid grey;
        border-radius: 10px;
        margin: 10px auto;
        overflow: hidden;
    }
        
        .n_head{
            border-bottom: 1px Solid lightblue;
            color: #2b5b8b;
            font-weight: 700;
            padding: 5px 7px;
            margin: 0px 10px;
           
        }
        
        .n_body{
            min-height: 70px;
            padding: 5px;
        }
        
        .n_foot{
            background: #f1f2f4;
            padding: 7px;
            font-size: 10px;
        }
        
    .site_stat{
        color: #2a5b8b;
        margin: 10 auto;
        width: 820px;
        text-align: center;
        vertical-align: top;
        font-size: 32px;
        transition: 0.7s linear;
    }
        
        .debitors{
            text-align: center;
            width: 250px;
            display: inline-block;
            padding: 10px;
            
        }
        
            #users{
                background: url('https://img1-events.web.money/images/new/capital.png');
            }
        
        .site_stat:hover{
            color: rgba(1,1,1,1);
        }
        
    
    .page_name{
        padding: 5px 15px;
        font-size: 24px;
        width: 320px;
        border-radius: 20px;
        margin-bottom: 5px;
        color: #546b80;
        background: #dddbdb;
    }
    
    .stairs_cond_table{
        border: 1px Solid grey;
        margin: 10px auto;
        border-collapse: collapse;
    }
    
        .stairs_cond_table > thead > tr > th{
            background: lightgrey;
            padding: 10px;
            border: 1px Solid grey;
        }
        
        .stairs_cond_table td {
            padding: 5px;
            text-align: center;
            border: 1px Solid grey;
            
        }
        
        .stairs_cond_table .cond_edit{
            text-decoration: none;
            color: white;
            font-size: 12px;
            padding: 3px;
            margin: 3px;
            background: #00a2d7;
            border-radius: 4px;
        }
        
        .stairs_cond_table .cond_del{
            text-decoration: none;
            color: white;
            font-size: 12px;
            padding: 3px;
            margin: 3px;
            background: #ff5858;
            border-radius: 4px;
        }
        
    .stair_bl_stage{
        padding: 5px;
        margin: 2px;
        background: oldlace;
    }
    
    .stair_bl_stage > a{
        color: grey;
        text-decoration: none;
    }
    
    .limit_form{
        font-size: 20px;
        border: 2px solid #e8e8e8;
        width: 500px;
        margin: 10px auto;
        border-radius: 10px;
        padding: 10px;
        text-align: center;
        transition: 0.7s linear;
        box-shadow: 0 2px 6px 0 rgba(0,0,0,.07);
    }
    
    .limit_form:hover{
        
    }
    
    .debt_history{
        border: 1px Solid black;
        box-shadow: 2px 2px 2px grey;
        padding: 8px;
        display: inline-block;
        margin: 4px;
        background-color: rgba(255, 255, 255, 0.7);
        background: url('/img/shtamp.png') 98% 2% no-repeat;
        background-size: 90px;
        
    }
        

.footer{
	position: fixed;
	bottom: 0px;
	width: 100%;
	min-width: 1000px;
	height: 50px;
	padding: 5px;
	vertical-align: top;
	background: #5c6670;
	z-index: 10;
}

    .footer_menu{
        color: white;
        text-decoration: none;
        display: inline-block;
        vertical-align: top;
        margin-left: 30px;
        font-size: 16px;
        vertical-align: super;
    }
    
    .footer_menu > a{
        color: white;
        text-decoration: none;
        margin: 4px;
    }
    
    .site_attestat{
        margin-left: 20px;
        display: inline-block;
    }
    
    .wm_img{
       
        margin: 15px 10px;
    }
    
    .wm_img_att{
       
       margin: 15px 10px;
    }
    
    .copyright{
        color: white;
        display: inline-block;
        margin: 10px 20px;
    }
    
    .error{
        z-index: 30;
        position: absolute;
        margin: 5px;
        padding: 15px;
        color: white;
        background: red;
        bottom: 70px;
        right: 10px;
        width: 350px;
        font-size: 18px;
        border: 3px Double white;
    }
    
    

    
    
    
    
    
    
.knb_game{
    padding: 10px;
    margin: 5px auto;
    border: 2px Solid lightgrey;
    border-radius: 10px;
    max-width: 500px;
    zoom: 1.2;
}    
    
.knb_item{
    background: grey;
    display: inline-block;
    width: 350px;
    color: white;
    text-align: center;
    padding: 5px;
}

#author{
    color: blue;
}
    
.k, .n, .bm{
    display: inline-block;
    cursor: pointer;
}    
    
.line{
    width: auto;
    text-align: center;
}

.line > div{
    height: 50px;
    width: 50px;
    display: inline-block;
    background: grey;
}

.line > div:hover{
    background: green;
}


.line > label {
 width: 30px; /* Ширина рисунка */
 height: 30px; /* Высота рисунка */
 display: inline-block; /* Блочный элемент */
 position: relative; /* Относительное позиционирование */
}

#k + span {
 position: absolute; /* Абсолютное позиционирование */
 left: 0; top: 0;
 width: 100%; 
 height: 100%;
 background: url('/img/stone.png') no-repeat; /* Фоновый рисунок */
 cursor: pointer; /* Курсор в виде руки */
}

#k:checked + span {
 background-position: 0 -30px;
}


#n + span {
 position: absolute; /* Абсолютное позиционирование */
 left: 0; top: 0;
 width: 100%; 
 height: 100%;
 background: url('/img/seesers.png') no-repeat; /* Фоновый рисунок */
 cursor: pointer; /* Курсор в виде руки */
}

#n:checked + span {
 background-position: 0 -30px;
}

#b + span {
 position: absolute; /* Абсолютное позиционирование */
 left: 0; top: 0;
 width: 100%; 
 height: 100%;
 background: url('/img/paper.png') no-repeat; /* Фоновый рисунок */
 cursor: pointer; /* Курсор в виде руки */
}

#b:checked + span {
 background-position: 0 -30px;
}
	
	
	.k{
        background-image: url('/img/stone.png');
        width: 30px;
        height: 30px;
    }
    
    .n{
        background-image: url('/img/seesers.png');
        width: 30px;
        height: 30px;
    }
    
    .bm{
        background-image: url('/img/paper.png');
        width: 30px;
        height: 30px;
    }
    
    
    
    
    
    .bomb, .flag{
        display: inline-block;
        cursor: pointer;
    }
    
    .line_s > label {
     width: 50px; /* Ширина рисунка */
     height: 50px; /* Высота рисунка */
     display: inline-block; /* Блочный элемент */
     position: relative; /* Относительное позиционирование */
     margin: 3px 0px;
    }
    
    #bomb + span {
     position: absolute; /* Абсолютное позиционирование */
     left: 0; top: 0;
     width: 100%; 
     height: 100%;
     background: url('/img/bomb.png') no-repeat; /* Фоновый рисунок */
     cursor: pointer; /* Курсор в виде руки */
     background-position: 0 -50px;
     border: 1px Solid grey;
    }
    
    #bomb:checked + span {
     background-position: 0 0px;
    }
    
    
    #flag + span {
     position: absolute; /* Абсолютное позиционирование */
     left: 0; top: 0;
     width: 100%; 
     height: 100%;
     background: url('/img/flag.png') no-repeat; /* Фоновый рисунок */
     cursor: pointer; /* Курсор в виде руки */
     background-position: 0 -50px;
     border: 1px Solid grey;
    }
    
    #flag:checked + span {
     background-position: 0 0px;
    }
    
    
	
	
	.bomb{
        background-image: url('/img/bomb.png');
        width: 50px;
        height: 50px;
    }
    
    .flag{
        background-image: url('/img/flag.png');
        width: 50px;
        height: 50px;
    }
    
    .explosion{
        display: inline-block;
        background-image: url('/img/explosion.png');
        width: 50px;
        height: 50px;
        border: 1px Solid grey;
        margin: 1px 0px;
    }
    
    
    .knb_lg{
        cursor: pointer;
        width: 300px;
        display: inline-block;
        border: 2px Solid grey;
        border-radius: 10px;
        margin: 10px;
        padding: 0px;
        overflow: hidden;
        box-shadow: 3px 3px 3px lightgrey;
    }
    
    .sapper_lg{
        cursor: pointer;
        width: 300px;
        display: inline-block;
        border: 2px Solid grey;
        border-radius: 10px;
        margin: 10px;
        padding: 0px;
        overflow: hidden;
        box-shadow: 3px 3px 3px lightgrey;
    }
    
        .game_name{
            color: lightblue;
            padding: 6px;
            font-size: 20px;
            margin-left: 5px;
            text-shadow: 1px 1px grey;
        }
        
        .knb_logo{
            background-image: url('/img/knb_logo.png');
            width: 298px;
            height: 225px;
            margin: 0px;
        }
        
        .sapper_logo{
            background-image: url('/img/sapper_logo.png');
            width: 298px;
            height: 225px;
            margin: 0px;
        }
        
        .game_footer{
            text-align: center;
            background: lightblue;
            display: flex;
            border-top: 1px Solid grey;
        }
        
        .now_games{
            text-align: center;
            width: 50%;
            border-right: 1px Solid grey;
        }
        
        .all_games{
            text-align: center;
            width: 50%;
            border-left: 1px Solid grey;
        }
    
    /*suggest*/
    
    .suggest_text{
        margin: 5px;
        border: 1px Solid lightgrey;
        padding: 3px;
        text-align: left;
        min-height: 50px;
        font-size: 14px;
    }
    
    
    
    


/* Кнопка открытия лога */
#openLogButton {
    margin: 20px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

/* Стиль модального окна */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

/* Контейнер содержимого модального окна */
.modal-content {
    background: white;
    padding: 20px;
    width: 80%;
    max-height: 80%;
    overflow: auto;
    border-radius: 10px;
    position: relative;
}

/* Кнопка закрытия модального окна */
.close-button {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}

/* Стиль контейнера для логов */
.log-data {
    font-family: monospace;
    background: #f4f4f4;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    max-height: 400px;
    overflow-y: auto;
    white-space: pre-wrap;
}


 #logViewer table {
        width: 100%;
        border-collapse: collapse;
    }
    #logViewer th, #logViewer td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }
    #logViewer th {
        background-color: #f2f2f2;
    }
    #logViewer {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        width: 80%;
        margin: 0 auto;
    }
    
