body{
    background: url('/images/game/admin/background.jpg') top center ;
}
.container-game{
    width: 60%;
    max-width: 1200px;
    margin: 10px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.game-view{
    width: 100%;
    margin-bottom: 20px;
}
.game-view img{
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 3px 3px 7px #000;
    border: 1px solid #fff;
}
.game-admin-chat{
    display: inline-block;
    width: 800px;
    box-shadow: 3px 3px 7px #000;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 5px;
    border: 1px solid #fff;
}
.game-admin{
    display: inline-block;
    box-shadow: 3px 3px 7px #000;
    border-radius: 10px;
    width: 300px;
    padding: 10px;
    background-color: rgba(0, 0, 0, .5);
    color: #eee;
    display: flex;
    justify-content: space-between;
    border: 1px solid #fff;
}
.game-admin-moving{
    text-align: center;
    height: 102px;
}
.game-admin-moving img{
    border-radius: 50%;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
div.img-diretion{
    width: 51px;
    height: auto;
    display: inline-block;
}
div.img-diretion:first-child{
    margin: 0 auto;
    display: block;
    height: 51px;
}
.game-admin-rose img{
    border-radius: 50%;
}
.game-admin-view{
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    width: 400px;
    margin: 20px auto 0;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #fff;
}