body {
    margin: 0;
    padding: 0;
    overflow: hidden; /* Hide overflow */
}

div.fullWidth {
    position: absolute;
    width: 100%;
    height: 100%;
}

div.fullWidth canvas {
    width: 100%;
    height: 100%;
}

.template-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.template-wrap canvas {
    margin: 0 0 10px 0;
    position: relative;
    z-index: 9;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.fullscreen {
    float: right;
    position: relative;
    z-index: 10;
}

#gameContainer {
    position: inherit;
    width: inherit;
    height: inherit;
}

.hidden {
    display: none;
}
