#graph {
    width : 100%;
    height: 300px;
    margin: 1em auto;
}

#graph2 {
    width : 50%;
    height: 300px;
    float:left;
}

#graph3 {
    width : 50%;
    height: 300px;
    float:right;
}