.mothergameholder {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.canvas-app-container {
background: rgb(13,77,53);
position: relative;
width:100%;
height:100%;
text-align:center;
}

.canvas-app-container:-webkit-full-screen {
width: auto;
height: auto;
}

.canvas-app-canvas {
max-height: 100%;
max-width: 100%;
vertical-align:top;
}

.canvas-app-progress {
position: absolute;
background-color: rgba(245, 245, 245, 0);
height: 20px;
/* Progress same width as canvas. */
width: 512px;
bottom: 0px;
}

.canvas-app-progress-bar {
font-size: 12px;
height: 20px;
color: rgb(255, 255, 255);
background-color: rgb(20, 121, 84);
text-align: center;
line-height: 20px;
}