html, body {
    font-family: arial, sans-serif;
    font-size: 15px;
}

.controlElements {
    float:left;
    padding-top: 10px;
    padding: 2px;
    margin : 2px;
    border-left: solid 2px darkgray;
    height: 50px;
}

.pixelCount {
    font-weight: bold;
}

#placeholder {
    height: 100px; 
}

#controls {
    height: 70px; 
    position: fixed; 
    top: 0; 
    left: 0;
    background-color: white;
    z-index:10;
    width: 100%;
}

#data {
    margin-top : 80px
}

.seperator {
    border-top: solid 2px black;
}

.dataValue input{
    width : 400px
}

.dataName {
    float : left;
    width : 300px
}