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

body {
    margin: 0px;
    font-family: Helvetica;
    width: auto;
    height: auto;
    min-height: 0px;
    background:rgb(0,0,0);
}

#SimulationBox {
    border-width: 1px;
    border-color: black;
    width: 606px;
    height: 300px;
    position: absolute;
    bottom: 0px;
    margin: auto;
    right: 0px;
    left: 0px;
    top: 0px;
    background-color:rgb(255, 255, 255);
}

#simulationScrollCanvas {
    position: absolute;
    left: 5px;
    top: 5px;
    /*bottom: 0px;*/
    width: 596px;
    height: 250px;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: auto;
}



#ParametersBox {
    border-color: black;
    border-width: 1px;
    width: 400px;
    height:20px;
    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;
    
    position: absolute;
    left: 50px;
    bottom: 20px;
    /*bottom:20px;*/

    margin-top: auto;
    margin-bottom: auto;

    line-height: 16px;
    color: rgb(0, 0, 0);
    padding: 10px;
    
}
