body{
	margin:0px;
	padding:0px;
	position: absolute; 
	height:100%;
	width:100%;
	background-size:cover;
	font-style: regular;
	font-family:"Myriad Pro", Myriad,"Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color:#f0f0f1;
}
#EmbedediFrame{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
  	height: 80%;
	border: 4px solid #000;
}
#SingleFrame{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;body{
	margin:0px;
	padding:0px;
	position: absolute; 
	height:100%;
	width:100%;
	background-size:cover;
	font-style: regular;
	font-family:"Myriad Pro", Myriad,"Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color:#f0f0f1;
}
#EmbedediFrame{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
  	height: 80%;
	border: 4px solid #000;
}
#SingleFrame{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: none;
}
#iFrame-Close{
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px;
	border: 1px solid #000;
	background-color: #fff;
	cursor: pointer;
}
#ElseUI {
	position: relative;
	top: 50vh;
	left: 50vw;
	z-index: 999;
	transform: translate(-50%, -50%);
	width: 650px;
	height: 300px;
	padding: 10px;
	background-image: url("../img/frame-speak-bk.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
}

.popup--hidden {
	display: none;
}
  
.popup-close {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
    box-shadow:  none;
	line-height: 19px;
	color: #fff;
	cursor: default;
    outline: none;
	background-image: url("../img/btn-close.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
}
.popup-close:hover {
	width: 55px;
	height: 55px;
}
#sentence-display{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 90%;
    height: 38%;
	text-align: center;
	font-size: x-large;
}
#record-button {
    /*position: absolute 依據其「有定位的父層」做位移。*/
    position: absolute;
    top: 77%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 40px;
    border-radius: 20%;
    background-color: rgb(187, 219, 134);
	background-image: url("../img/btn-text-yes.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
	box-shadow: none;
	border :0px;
}

#download-button {
	position: absolute;
    top: 77%;
    left: 75%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 40px;
    border-radius: 20%;
    background-color: rgb(187, 219, 134);
	background-image: url("../img/btn-text-yes.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
	box-shadow: none;
	border :0px;
}

#record-button:hover, #download-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    filter: brightness(1.1) drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    z-index: 10;
}

#record-button:active, #download-button:active {
    transform: translate(-50%, -50%) scale(0.95);
    filter: brightness(0.9) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
    transition: all 0.1s ease-in-out;
}

#score-area {
    /*position: absolute 依據其「有定位的父層」做位移。*/
    position: absolute;
    top: 88%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#error-display {
    /*position: absolute 依據其「有定位的父層」做位移。*/
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 60%;
	text-align: center;
}

#GradinglyUI {
	position: absolute;
	top: 50vh;
	left: 50vw;
	z-index: 999;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	width: 800px;
    height: 500px;
	padding: 10px;
    box-shadow: none;	
    background-image: url("../img/frame-speak-bk.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
}

#IdlePopupUI {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.7);
}

.idle-popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	height: 300px;
	padding: 20px;
	background-image: url("../img/frame-speak-bk.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: transparent;
	text-align: center;
}

.idle-header {
	transform: translate(0%, 50%);
	font-size: 30px;
	color: #ff6b35;
}

.idle-message {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 85%;
	font-size: 20px;
	color: #1896a7;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
}

.idle-button {
	position: absolute;
	top: 75%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 120px;
	height: 45px;
	background-image: url("../img/btn-text-yes.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: transparent;
	color: rgba(255, 255, 255, 0.975);
	font-size: 16px;
	font-weight: bold;
	box-shadow: none;
	border: 0px;
	cursor: pointer;
}

.idle-button:hover {
	transform: translate(-50%, -50%) scale(1.1);
	filter: brightness(1.1);
}

.idle-button:active {
	transform: translate(-50%, -50%) scale(0.95);
	filter: brightness(0.9);
}

/* 響應式設計 */
@media (max-width: 420px) {
	.idle-header {
		transform: translateY(40%);
		font-size: 22px;
	}

	.idle-popup-content {
		width: 90%;
	}
	
	.idle-message {
		font-size: 18px;
		width: 90%;
	}
	
	.idle-button {
		width: 100px;
		height: 40px;
		font-size: 14px;
	}
}

/*
 * Table
 */
table {
	table-layout: fixed;
    top: 10%;
	width: 100%;
	transform: translate(-2%,150%);
	border-collapse: collapse;
    border: none;
    box-shadow: none;
    background-color: transparent;
}
#SubmissionContent-textarea {
	position: absolute;
	width: 80%;
	height: 70%;
    border: 2px;
	transform: translate(10%, 15%);
    box-shadow: none;
	border-radius: 2px;
    background-color: rgba(255,255,255,0.6);
	resize: none;
    
}
#the-count {
	position: absolute;
	height: 100%;
	width: 100%;
	transform: translate(82%, 82%);
	padding: 0.1rem 0 0 0;
	font-size: 0.875rem;
}
#submit-button{
    position: absolute;
    top: 93%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 35px;
    background-image: url("../img/btn-text-yes.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
	color: rgba(255, 255, 255, 0.975);
	font-size: medium;
	box-shadow: none;
	border :0px;
}
#CantSubmit-button{
    position: absolute;
    top: 93%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 35px;
    background-image: url("../img/btn-writing-gray.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
	color: rgba(255, 255, 255, 0.975);
	font-size: medium;
	box-shadow: none;
	border :0px;
}
#submit-button:active{
	width: 65px;
    height: 30px;
	font-size:small;
}
th, td {
	padding: 0 5px;
	border: none;
}

th {
	text-align: right;
}

td {
	text-align: left;
}

/*
* When recording, the record button will be attached a class called "active".
* Use it to customize the button's appearance if you need.
*/
#record-button.active {
	color: #f00;
}
.webgl-content,#loadingBlock,#errorBrowserBlock{
	padding:0px;
	position:absolute;
	height:100vh;
	width:100vw;
	background-color:#f0f0f1;
}

#gameContainer,#Speaking,canvas{
	position:absolute;
	height:100%;
	width:100%;
	background-color:#f0f0f1;
}

#fullScreenButton{
	height:50px;
	width:50px;
	position:absolute;
	z-index:1;
	bottom:5px;
	right:5px;
	background-color:transparent;
	background-image:url("../img/fullScreen_on.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size:30px 30px;
	border:none;
	cursor: pointer;
}

.subtitle{
	color:#1896a7;
	font-size:2.3vh;
	padding-bottom:25%;
	padding-top:25%;
	display: block;
	height:20vh;
	width:40vw;
	margin:auto;
	text-align: center;
}

.logo{
	height:25vh;
	width:auto;
	display: block;
	margin:auto;
	margin-top:2vh;
}

#loadingBlock,#errorBrowserBlock{
	background-image:url("../img/background.jpeg");
	background-size:cover;
}

#emptyBar{
	background: url("../img/progressEmpty-cb.png") no-repeat right;
	float: right; 
	width: 60%; 
	height: 100%; 
	display: inline-block;
}

#fullBar{
	background: url("../img/progressFull-cb.png") no-repeat right;
	float: left; 
	width: 40%; 
	height: 100%; 
	display: inline-block;
}

#progressBar,#warningBrowserBlock,#warningMobileBlock,#errorContent{
	height:25vh;
	width:40vw;
	text-align: center;
	position: fixed;
	left: 50%;
  	bottom: 20px;
  	transform: translate(-50%, -50%);
  	margin: 0 auto;
}

#progressBar{
	height:8vh;
	color:#666666;
	font-size:4vh;
}

#warningBrowserBlock,#warningMobileBlock,#errorContent{
	margin-top:15vh;
	color:#666666;
	font-size:2.3vh;
}

.browserIcons{
	display: inline-flex;
	margin-top:2vh;
}

.browserIcons a{
	width:150px;
}

#errorContent{
	font-size:3vh;
	margin-top:5vh;
}

.centered{
	height: 100%;
	max-width:770px;
	margin-left:auto;
	margin-right:auto;
}

/* When aspect-ratio is smaller than 4/3*/

/*@media (max-aspect-ratio: 4/3){
	
	.webgl-content{
		-webkit-transform: translate(0%, 0%); transform: translate(0%, 0%);
		-webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.15);
		box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.15);
	}
	
	.keepRatio{
		width:100%;
		padding-top: 75%;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}

	.webgl-content,#loadingBlock,#errorBrowserBlock{
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		height:100%;
	}

	.logo{
		width:25vw;
		height:auto;
		margin-top:1vh;
	}
	
	.subtitle{
		font-size:2vw;
		height:10vw;
		padding-bottom:1vw;
		padding-top: 1vw;
	}

	.subtitle,#progressBar,#warningBrowserBlock,#warningMobileBlock,#errorContent{
		width:80vw;
	}
	
	#progressBar{
		height:6vw;
		margin-top: 2vw;
		font-size:3vw;
	}
	
	#emptyBar,#fullBar{
		height: 2vw; 
	}
	
	#warningBrowserBlock,#warningMobileBlock,#errorContent{
		margin-top:3vw;
		font-size:2vw;
	}
	
	.browserIcons{
		margin-top:1vw;
	}
	
	.browserIcons a{
		width:15vw;
	}
	
	.browserIcons a img{
		width:8vw;
	}
}*/


/* When aspect-ratio is bigger than 16/9*/

/*@media (min-aspect-ratio: 16/9){
	body{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	
	.keepRatio{
		width:178vh;
		height:100%;
		margin:0 auto;
	}
	
	.webgl-content,#gameContainer,canvas,#loadingBlock,#errorBrowserBlock{
		width: inherit;
	}
	
	.webgl-content{
	-webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.15);
		box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.15);
	}
	
	.subtitle,#progressBar,#warningBrowserBlock,#warningMobileBlock,#errorContent{
		width:100vh;
	}
}*/

	height: 100%;
	border: none;
}
#iFrame-Close{
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px;
	border: 1px solid #000;
	background-color: #fff;
	cursor: pointer;
}
#ElseUI {
	position: relative;
	top: 50vh;
	left: 50vw;
	z-index: 999;
	transform: translate(-50%, -50%);
	width: 650px;
	height: 300px;
	padding: 10px;
	background-image: url("../img/frame-speak-bk.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
}

.popup--hidden {
	display: none;
}
  
.popup-close {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
    box-shadow:  none;
	line-height: 19px;
	color: #fff;
	cursor: default;
    outline: none;
	background-image: url("../img/btn-close.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
}
.popup-close:hover {
	width: 55px;
	height: 55px;
}
#sentence-display{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 90%;
    height: 38%;
	text-align: center;
	font-size: x-large;
}
#record-button {
    /*position: absolute 依據其「有定位的父層」做位移。*/
    position: absolute;
    top: 77%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 40px;
    border-radius: 20%;
    background-color: rgb(187, 219, 134);
	background-image: url("../img/btn-text-yes.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
	box-shadow: none;
	border :0px;
}

#download-button {
	position: absolute;
    top: 77%;
    left: 75%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 40px;
    border-radius: 20%;
    background-color: rgb(187, 219, 134);
	background-image: url("../img/btn-text-yes.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
	box-shadow: none;
	border :0px;
}

#record-button:hover, #download-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    filter: brightness(1.1) drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    z-index: 10;
}

#record-button:active, #download-button:active {
    transform: translate(-50%, -50%) scale(0.95);
    filter: brightness(0.9) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
    transition: all 0.1s ease-in-out;
}

#score-area {
    /*position: absolute 依據其「有定位的父層」做位移。*/
    position: absolute;
    top: 88%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#error-display {
    /*position: absolute 依據其「有定位的父層」做位移。*/
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 60%;
	text-align: center;
}

#GradinglyUI {
	position: absolute;
	top: 50vh;
	left: 50vw;
	z-index: 999;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	width: 800px;
    height: 500px;
	padding: 10px;
    box-shadow: none;	
    background-image: url("../img/frame-speak-bk.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
}

#IdlePopupUI {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.7);
}

.idle-popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	height: 250px;
	padding: 20px;
	background-image: url("../img/frame-speak-bk.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: transparent;
	text-align: center;
}

.idle-icon {
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 48px;
	color: #ff6b35;
}

.idle-message {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
	font-size: 20px;
	color: #1896a7;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
}

.idle-button {
	position: absolute;
	top: 75%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 120px;
	height: 45px;
	background-image: url("../img/btn-text-yes.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: transparent;
	color: rgba(255, 255, 255, 0.975);
	font-size: 16px;
	font-weight: bold;
	box-shadow: none;
	border: 0px;
	cursor: pointer;
}

.idle-button:hover {
	transform: translate(-50%, -50%) scale(1.1);
	filter: brightness(1.1);
}

.idle-button:active {
	transform: translate(-50%, -50%) scale(0.95);
	filter: brightness(0.9);
}

/* 響應式設計 */
@media (max-width: 768px) {
	.idle-popup-content {
		width: 90%;
		height: 350px;
	}
	
	.idle-message {
		font-size: 18px;
		width: 90%;
	}
	
	.idle-button {
		width: 100px;
		height: 40px;
		font-size: 14px;
	}
}

/*
 * Table
 */
table {
	table-layout: fixed;
    top: 10%;
	width: 100%;
	transform: translate(-2%,150%);
	border-collapse: collapse;
    border: none;
    box-shadow: none;
    background-color: transparent;
}
#SubmissionContent-textarea {
	position: absolute;
	width: 80%;
	height: 70%;
    border: 2px;
	transform: translate(10%, 15%);
    box-shadow: none;
	border-radius: 2px;
    background-color: rgba(255,255,255,0.6);
	resize: none;
    
}
#the-count {
	position: absolute;
	height: 100%;
	width: 100%;
	transform: translate(82%, 82%);
	padding: 0.1rem 0 0 0;
	font-size: 0.875rem;
}
#submit-button{
    position: absolute;
    top: 93%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 35px;
    background-image: url("../img/btn-text-yes.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
	color: rgba(255, 255, 255, 0.975);
	font-size: medium;
	box-shadow: none;
	border :0px;
}
#CantSubmit-button{
    position: absolute;
    top: 93%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 35px;
    background-image: url("../img/btn-writing-gray.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
	color: rgba(255, 255, 255, 0.975);
	font-size: medium;
	box-shadow: none;
	border :0px;
}
#submit-button:active{
	width: 65px;
    height: 30px;
	font-size:small;
}
th, td {
	padding: 0 5px;
	border: none;
}

th {
	text-align: right;
}

td {
	text-align: left;
}

/*
* When recording, the record button will be attached a class called "active".
* Use it to customize the button's appearance if you need.
*/
#record-button.active {
	color: #f00;
}
.webgl-content,#loadingBlock,#errorBrowserBlock{
	padding:0px;
	position:absolute;
	height:100vh;
	width:100vw;
	background-color:#f0f0f1;
}

#gameContainer,#Speaking,canvas{
	position:absolute;
	height:100%;
	width:100%;
	background-color:#f0f0f1;
}

#fullScreenButton{
	height:50px;
	width:50px;
	position:absolute;
	z-index:1;
	bottom:5px;
	right:5px;
	background-color:transparent;
	background-image:url("../img/fullScreen_on.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size:30px 30px;
	border:none;
	cursor: pointer;
}

.subtitle{
	color:#1896a7;
	font-size:2.3vh;
	padding-bottom:25%;
	padding-top:25%;
	display: block;
	height:20vh;
	width:40vw;
	margin:auto;
	text-align: center;
}

.logo{
	height:25vh;
	width:auto;
	display: block;
	margin:auto;
	margin-top:2vh;
}

#loadingBlock,#errorBrowserBlock{
	background-image:url("../img/background.jpeg");
	background-size:cover;
}

#emptyBar{
	background: url("../img/progressEmpty-cb.png") no-repeat right;
	float: right; 
	width: 60%; 
	height: 100%; 
	display: inline-block;
}

#fullBar{
	background: url("../img/progressFull-cb.png") no-repeat right;
	float: left; 
	width: 40%; 
	height: 100%; 
	display: inline-block;
}

#progressBar,#warningBrowserBlock,#warningMobileBlock,#errorContent{
	height:25vh;
	width:40vw;
	text-align: center;
	position: fixed;
	left: 50%;
  	bottom: 20px;
  	transform: translate(-50%, -50%);
  	margin: 0 auto;
}

#progressBar{
	height:8vh;
	color:#666666;
	font-size:4vh;
}

#warningBrowserBlock,#warningMobileBlock,#errorContent{
	margin-top:15vh;
	color:#666666;
	font-size:2.3vh;
}

.browserIcons{
	display: inline-flex;
	margin-top:2vh;
}

.browserIcons a{
	width:150px;
}

#errorContent{
	font-size:3vh;
	margin-top:5vh;
}

.centered{
	height: 100%;
	max-width:770px;
	margin-left:auto;
	margin-right:auto;
}

/* When aspect-ratio is smaller than 4/3*/

/*@media (max-aspect-ratio: 4/3){
	
	.webgl-content{
		-webkit-transform: translate(0%, 0%); transform: translate(0%, 0%);
		-webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.15);
		box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.15);
	}
	
	.keepRatio{
		width:100%;
		padding-top: 75%;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}

	.webgl-content,#loadingBlock,#errorBrowserBlock{
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		height:100%;
	}

	.logo{
		width:25vw;
		height:auto;
		margin-top:1vh;
	}
	
	.subtitle{
		font-size:2vw;
		height:10vw;
		padding-bottom:1vw;
		padding-top: 1vw;
	}

	.subtitle,#progressBar,#warningBrowserBlock,#warningMobileBlock,#errorContent{
		width:80vw;
	}
	
	#progressBar{
		height:6vw;
		margin-top: 2vw;
		font-size:3vw;
	}
	
	#emptyBar,#fullBar{
		height: 2vw; 
	}
	
	#warningBrowserBlock,#warningMobileBlock,#errorContent{
		margin-top:3vw;
		font-size:2vw;
	}
	
	.browserIcons{
		margin-top:1vw;
	}
	
	.browserIcons a{
		width:15vw;
	}
	
	.browserIcons a img{
		width:8vw;
	}
}*/


/* When aspect-ratio is bigger than 16/9*/

/*@media (min-aspect-ratio: 16/9){
	body{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	
	.keepRatio{
		width:178vh;
		height:100%;
		margin:0 auto;
	}
	
	.webgl-content,#gameContainer,canvas,#loadingBlock,#errorBrowserBlock{
		width: inherit;
	}
	
	.webgl-content{
	-webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.15);
		box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.15);
	}
	
	.subtitle,#progressBar,#warningBrowserBlock,#warningMobileBlock,#errorContent{
		width:100vh;
	}
}*/
