/* ################## Sparkline Stuff ################## */ #graph { position: absolute; display: inline; margin-top: 2px; } #average { position: absolute; width: 100%; border-top: 1px dotted #CCF; overflow; hidden; } #point { position: absolute; width: 1px; height: 1px; background: #999; overflow; hidden; } #max { position: absolute; width: 1px; height: 1px; background: #F00; overflow; hidden; } #min { position: absolute; width: 1px; height: 1px; background: #00F; overflow; hidden; } #current { position: absolute; width: 1px; height: 1px; background: #F90; overflow; hidden; }