#flow DIV {
    display:inline-block;
    margin:4px;
    width:64px;
    height:64px;
    background:blue;
}

#flow DIV.expanded {
    background:lightblue;
}