1#graph {
2    cursor: grab;
3}
4
5#graph:active {
6    cursor: grabbing;
7}
8