﻿canvas {
    display: block;
}

#container-threejs {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 0; /* TODO Solve this in HTML */
}

#info {
    position: absolute;
    top: 50px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    z-index: 1; /* TODO Solve this in HTML */
}

#sound {
    position: absolute;
    top: 50px;
    right: 10px;
    margin-top: 5px;
    /*margin-right: 5px;*/
    z-index: 5; /* TODO Solve this in HTML */
}

#contentbox-threejs {
    position: absolute;
    top: 50px;
    left: 25px;
    /*
	
margin:50px 50px 50px;
	margin: 2em auto;
	
	
	*/
    
    /*margin-bottom: 150px;*/
    padding: 15px 50px;
    border-radius: 25px;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    /*max-width: 500px;*/
    /*min-height: 900px;*/
    min-width: 450px;
    width: 75%;
    z-index: 3; /* TODO Solve this in HTML */
}