/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .group-under-game-display {
    position: relative;
    color: #e3e3e3;
    border: 2px solid #21242c;
    /*padding-right: 15px;
    padding-left: 25px;
    padding-top: 15px;*/
    margin-right: auto;
    margin-left: auto;
    border: none;
    padding: 5px 10px;
}
.cn_title{
    margin: 0px!important;
    padding: 9px 0!important;
    font-weight: bold;
    font-size: 25px;
}
#fscreenbutton {
    cursor: pointer;
    position: absolute;
    right: 13px;
    top: 25%;
    font-size: 27px;
}

.group-under-game-display.field-group-div {
    background: #fff;
    color: #000;
}

.redex {
    cursor: pointer;
    position: fixed;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    background-image: url(../img/redex.png);
    z-index: 999999;
}

.group-game-container.field-group-div {
    border: 2px solid #000;
}

.cn_logo a.custom-logo-link img {
    width: 50px;
    margin-right: 10px;
}
.group-game-container.field-group-div {
    margin-bottom: 10px;
}