
div#outerFrame {
    position: fixed;
    overflow: auto;
}

div#mainBox {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

div#boidsBox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    bottom: 48px;
    background: white;
}

div#controlBar {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 47px;
    background: white;
    border-top: 1px solid #aaa;
}

div.parameter {
    display: inline;
    position: relative;
    top: 10px;
    left: 10px;
    font-family: sans-serif;
    font-size: 11pt;
}


div#rangeDiv {
    position: absolute;
    left: 100px;
    bottom: 12px;
    padding-left: 10px;
}

div#stepDisplay {
    position: absolute;
    left: 400px;
    top: 15px;
}

div#playButtons {
    display: inline;
    position: relative;
    top: 7px;
    left: 10px;
}

@media (min-width: 900px) and (min-height: 610px) {

    div#seedButtons {
        position: absolute;
        right: 60px;
    }

    div#trashButton {
        position: absolute;
        right: 10px;
    }

}

@media (max-width: 899px), (max-height: 609px) {

    div#seedButtons {
        position: absolute;
        top: 48px;
        left: 10px;
    }

    div#trashButton {
        position: absolute;
        top: 48px;
        left: 400px;
    }

}

