#cheks-table{
    margin: 0 auto;
    overflow: hidden;
}
#cheks-table .cheks-row{
    display: flex;
}
#cheks-table .cheks-row .cheks-box{
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    background:#fff;
}
#cheks-table .cheks-row .even-box{
    background: #d8a892;
}
#cheks-table .cheks-row .start-cell{
    background: #92c9d8!important;
}
#cheks-table .cheks-row .end-cell{
    background: #92c9d8!important;
}
#cheks-table .cheks-row .delete-cell{
    background: #ff9bdb!important;
}
#cheks-table .pawn{
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
}
#cheks-table .white-pawn{
    background: #fff;
    color:#333;
    border: 2px solid;
}
#cheks-table .black-pawn{
    background: #333;
    color:#fff;
    border: 2px solid #fff;
}
#cheks-table .pointer-pawn{
    cursor:pointer;
}
#cheks-table .cheks-row .move{
    box-shadow: 3px 3px 4px 2px #333;
}

#cheks-table .cheks-row .possible-step{
    background: #afff87;
}
#cheks-table .cheks-row .king-pawn{
    font-family: FontAwesome;
    font-size: 16px;
    display: inline-block;
}
#cheks-table .cheks-row .king-pawn:before{
    content: "\f005";
}

#cheks-table .cheks-row .removed-pawn{
    opacity:0.5;
}

#cheks-table .cheks-row .maybe-take{
    background: rgb(255, 157, 155);
}

#cheks-table .coords-name{
    display: table;
    background: #e8e8e8;
}
#cheks-table .coords-name span{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#cheks-table .coords-row span{
    width:30px;
    height:50px;
}
#cheks-table .coords-col span{
    width:50px;
    height:30px;
}
#cheks-table .coords-col .null-coords{
    width:30px;
    height:30px;
}

#cheks-table .checks-game-table{
    border:1px solid #ccc;
}
#tab-checkers-game .history-box{
    padding: 5px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    overflow: auto;
    height: 100px;
    margin-bottom: 10px;
}
#tab-checkers-game .history-box li:first-child{
    background: #ffd4d4;
}
#tab-checkers-game .history-box ul{
    margin: 0;
    list-style: none;
}
#tab-checkers-game .history-box ul li{
    padding: 3px 5px;
    list-style: none;
    border:1px solid #ccc;
    font-size: 12px;
    background: #fff;
    margin-bottom: 2px;
    line-height: 1;
}

#tab-checkers-game .chks-stat-box{
    padding: 5px;
    background: #e8e8e8;
    margin-bottom: 10px;
}
#tab-checkers-game .chks-stat{
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
}
#tab-checkers-game .chks-stat .stat-title{
    font-weight:bold;
}


.checks-invite-box{
    position: absolute;
    top: 0;
    left: 55px;
    display: inline-block;
    background: #a2d9f9;
    padding: 5px 10px;
    line-height: 1;
    font-size: 12px;
    z-index: 9;
}
.checks-invite-box .invite-game{
    color: #333;
}

#tab-checkers-game .checks-form{
    padding: 10px;
    background: #e8e8e8;
    margin: 10px 0;
}
#tab-checkers-game .checks-form .recall-button{
    margin: 0 10px 0 0;
}
#tab-checkers-game .checks-form p{
    margin-bottom: 5px;
}
#tab-checkers-game .checks-form label{
    margin: 5px 10px 5px 0;
    padding: 5px 10px;
    background: #ccc;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
}

#tab-checkers-game .checks-notice-box{
    text-align: center;
    margin:10px 0;
}
#tab-checkers-game .checks-notice-box .notice{
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
#tab-checkers-game .checks-notice-box .notice-error{
    background: #ffc2c2;
    color: red;
}
#tab-checkers-game .checks-notice-box .notice-success{
    background: #caffc2;
    color: #038400;
}
#tab-checkers-game .checks-notice-box .notice-warning{
    background: #ffe2b6;
    color: #b57600;
}

#tab-checkers-game .link-views{
    padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    font-size: 12px;
}

#rcl-notice .checks-status-draw{
    font-size: 16px;
    margin: 0 10px;
    display:inline-block;
}
#checkers-chat-box{
    min-width: 250px;
    overflow: hidden;
}
#checkers-chat-box .rcl-chat .chat-messages{
    height: 376px;
}
#checkers-chat-box .rcl-chat .chat-messages .chat-message{
    margin: 5px 0;
}
#checkers-chat-box .rcl-chat .chat-messages .chat-message .user-avatar img{
    width:30px;
}
#checkers-chat-box .chat-empty-box{
    background: #e5f8ff;
    height: 586px;
    text-align:center;
}
#checkers-chat-box .chat-empty-box span{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    line-height: 10;
}
#tab-checkers-game .checkers-play-box {
    overflow: hidden;
    margin: 0 auto;
    width: 432px;
}
#tab-checkers-game .checkers-play-box.chat-exist{
    float:left;
    margin: 0 10px 0 0;
}

.winners-statistic{
    
}
.winners-statistic .game-counter{
    font-size: 16px;
}
.winners-statistic .winners-data{
    
}
.winners-statistic .winners-data .title-winners{
    font-size: 16px;
    display: block;
}
.winners-statistic .winners-data .game-winner{
    display: block;
    margin-left: 10px;
}