/*.ui-page { background: rgb(50,50,50);}*/

body {
    margin: 0px;
    font-family: Helvetica;
    width: auto;
    height: auto;
    min-height: 0px;
}

#TitreSimulation {
	font-family: HelveticaNeue-UltraLight, Helvetica Neue Ultra Light;
	text-align: center;
	font-size: 1.8em;
	width:700px;
	left:5px;
}

#SimulationBox {
    border-width: 1px;
    border-color: black;
    width: 800px;
    height:600px;
    position: absolute;
    bottom: 5px;
    margin: auto;
    right: 0px;
    left: 0px;
    top: 0px;
    /*background-color:rgb(100,50,50);*/
}

#simulationLungCanvas {
    position: absolute;
    top: 55px;
    left: 5px;
    width: 500px;
    height: 500px;
    margin-right: auto;
    margin-bottom: auto;
}


#canvas {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    margin-right: auto;
    margin-bottom: auto;
    background-color:#FAA
}


#simulationCanvas {
    position: absolute;
    top: 30px;
    left: 5px;
    width: 300px;
    height: 300px;
    margin-right: auto;
    margin-bottom: auto;
}


#ParametersBox {
    border-color: black;
    border-width: 1px;
    position: absolute;
    width: 230px;
    height:auto;
    opacity: 1;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    -webkit-margin-top-collapse: separate;
    -webkit-margin-bottom-collapse: separate;
    right: 5px;
    top: 200px;
    line-height: 16px;
    color: rgb(0, 0, 0);
    background-color:#FFF;
    padding:12px;
}


