#GameWrapper {
    transform: scale3d(1, 1, 1) !important;
    background-color: black !important;
}

#GameWrapper canvas {
    background: none !important;
}


#webgl {
    display: none;
    /* Hide canvas initially */
}


.overrideCanvas {
    transform: scale(1.063, 1);
}

.evil_empire {
    font-family: 'EvilEmpire';
}

.aAnterobot {
    font-family: 'aAnterobot';
}

div.feature_img1 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px !important;
    max-height: 200px !important;
}

div.feature_img2 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 120px !important;
    max-height: 120px !important;
}

#GameInfoWindow .GameInfo__body h2 {
    margin-bottom: unset;
}


.FeatureBuyItem__name,
.FeatureBuyItem__description {
    padding: 0 20px;
}

/*
.DialogWindow.is-visible {
    display: none !important;
}

.DialogWindow.is-visible.finalOutput {
    display: flex !important;
}*/


.dark-layer {
    background-color: rgba(0, 0, 0, .6) !important;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.CoreOverlay--game-branding {
    display: none !important;
}