.itbh-container{
    width: 100%;
    text-align: center;
}
.itbh-game-container{
    width: 600px;
    height: 400px;
    background-color: #f0f0f0;
    border-radius: 30px;
    border: 5px solid #e0e0e0;
}
.itbh-setting-scene{
    width: 100%;
    height: 100%;
    text-align: center;
}
#itbh_character_section{
    padding-top: 70px;
}
#itbh_start_section{
    padding-top: 140px;
}
.itbh-game-scene{
    width: 100%;
    height: 100%;
}
.itbh-character-btn{
    display: inline-block;
    margin: 20px 0;
    padding: 5px 0;
    width: 200px;
    background-color: #fff;
    border: 2px solid #999;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
.itbh-character-btn:hover{
    text-decoration: none;
}
#itbh_player_name{
    display: inline-block;
    margin: 0 0;
    padding: 5px 0;
    width: 200px;
    background-color: #fff;
    border: 2px solid #999;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
}
#itbh_start_btn{
    display: inline-block;
    margin: 20px 0;
    padding: 5px 0;
    width: 200px;
    background-color: #007bff;
    border: 2px solid #006bef;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
#itbh_start_btn:hover{
    text-decoration: none;
}
#itbh_waiting_info{

}
.light-wrap{
    text-align: center;
    margin-top: 30px;
}
#left_light{
    display: inline-block;
    margin-right: 100px;
    background-color: #f00;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    cursor: pointer;
}
#right_light{
    display: inline-block;
    background-color: #0f0;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    cursor: pointer;
}
#left_light.selected,
#right_light.selected{
    border: 5px solid #32c7ff;
}
#help_info{
    margin-top: 50px;
}
#game_round{
    margin: 30px 0 0;
}
.reinforcement{
    font-size: 30px;
    color: #32c7ff;
}

#next_round{
    display: inline-block;
    margin: 0;
    padding: 5px 0;
    width: 200px;
    background-color: #007bff;
    border: 2px solid #006bef;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}






.itbh-observer-games{
    width: 100%;
    height: 100%;
    text-align: center;
}
.itbh-observer-scene{
    width: 100%;
    height: 100%;
    text-align: center;
}
#itbh-observer-games{
    display: inline-block;
    overflow-y: auto;
    width: 430px;
    height: 300px;
}
#itbh-observer-scene{
    display: inline-block;
    overflow-y: auto;
    width: 500px;
    height: 270px;
}
.game-elem{
    border: 1px solid #ddd;
    border-radius: 5px;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 10px;
    background-color: #f8f8f8;
}
.game-elem:hover{
    background-color: #fff;
}
.game-player1,
.game-player2{
    display: inline-block;
    width: 200px;
    height: 50px;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    color: #333;
    padding: 8px 0;
}
.game-player1 span,
.game-player2 span{
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #999;
}
.game-player1{
    border-right: 1px solid #ddd;
}
.game-round{
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    color: #333;
    padding: 8px 0;
    border-right: 1px solid #ddd;
}
.score-wrap{
    vertical-align: middle;
    text-align: left;
    padding-left: 130px;
    margin: 10px;
}
.score-label{
    display: inline-block;
    width: 150px;
    text-align: right;
}
#current_score, #total_score{
    width: 100px;
    text-align: left;
}

.game-player,
.game-light,
.game-score{
    display: inline-block;
    width: 210px;
    height: 50px;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    color: #333;
    padding: 8px 0;
    border-right: 1px solid #ddd;
}
.game-player span,
.game-score span{
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #999;
}
.game-light{
    width: 100px;
    border-right: 1px solid #ddd;
}
.game-score {
    width: 100px;
    border-right: none;
}
.game-light span{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
}
.game-light span.left {
    background-color: #f00;
}
.game-light span.right {
    background-color: #0f0;
}
.game-player,
.game-light{
    border-right: 1px solid #ddd;
}
.player-score span{
    font-size: 16px;
}
#player1_score, #player2_score{
    display: inline-block;
    width: 100px;
    font-size: 20px;
    text-align: left;
    padding-left: 10px;
}
#score_refresh{
    display: inline-block;
    padding: 2px 15px;
    border-radius: 5px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}