html,
body {
    color: #000;
}

body{
    overflow-y:scroll;
}

div#base {
    background-color: #FFF;
    text-align: center;
}

#animation_container {
  margin-top: 20px;
  background-color:rgba(255, 255, 255, 1.00);
  width:550px;
  height:700px;
}

#canvas {
	position: absolute;
	display: block;
	background-color:rgba(255, 255, 255, 1.00);
	transform-origin:left top;
}

#aBackBtn {
    width: 70px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 0;
    border-radius: 45px;
    border: solid 1px #00ABDD;
    color: #00ABDD;
    background-color: #fff;
    margin: 4px 10px 0px auto;
}

@media screen and (orientation:portrait) {
	#idCavAG_1, #idCavAG_2, #idCavOG_1, #idCavOG_2, #idCavNG, #idCavHA{
		width:95%;
	}
}

@media screen and (min-width: 586px) and (max-width: 767px) and (orientation:landscape) {
	#idCavAG_1, #idCavAG_2, #idCavOG_1, #idCavOG_2{
		width:293px;
	}
	#idCavNG{
		width:585px;
	}
	#idCavHA{
		margin-top: 10px;
		height:95%;
	}
}

@media screen and (min-width: 768px) and (max-width: 979px) and (orientation:landscape) {
	#idCavAG_1, #idCavAG_2, #idCavOG_1, #idCavOG_2{
		width:384px;
	}
	#idCavNG{
		width:585px;
	}
	#idCavHA{
		margin-top: 50px;
		height:95%;
	}
}

@media screen and (min-width: 980px) and (max-width: 1170px) and (orientation:landscape){
	#idCavAG_1, #idCavAG_2, #idCavOG_1, #idCavOG_2{
		width:490px;
	}
	#idCavNG{
		width:585px;
	}
	#idCavHA{
		margin-top: 50px;
		height:95%;
	}
}

