@charset "utf-8";
/* Version 2 - uses raphael */

.controlBar {
    background-color: #dddddd;
    width: 100%;
    /*height: 60px;*/
    margin: 0px;
    float: left;
    
}

.equationBox {
    
    width: 48%;
    height: 98%;
    font-family: "arial";
    font-size: 16px;
    color: #fe8900;
    text-align: center;
    float: left;
    padding-left: 10px;

}

.floatingFunction {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100px;
    width: 70px;
    text-align: left;
    padding-left:10px;
}


.sliderContainerBox {
    width: 49%;
    height: 98%;
    float: left;
    
}


.sliderWrapper123, .sliderWrapper456  {
    float: left;
    width: 100px;
    height: 40%;
    padding-top: 0px;
    padding-left: 0px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}

.sliderWrapper123 {
    margin-top: 12px;
}

.sliderWrapper456 {
    margin-top: 3px;
}



.iGraphContent
{
    background-color: white;
    /*width: 385px;
    height: 300px;*/
    margin: 0px;
    float: left;
}

.slider {
    float: left;
    width: 65px;
    height: 24px;
}


.sliderValue {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fe8900;
    width: 65px;
}

