1. #shadow  
  2. {  
  3.     position: fixed;  
  4.     top: -10px;  
  5.     left: 0;  
  6.     width: 100 % ;  
  7.     height: 10px;  
  8.     box - shadow: 0px 0px 7px rgba(0, 0, 0, .2); - moz - box - shadow: 0px 0px 7px rgba(0, 0, 0, .4); - webkit - box - shadow: 0px 0px 7px rgba(0, 0, 0, .2);  
  9.     z - index: 2;  
  10. }  
  11. #bars  
  12. {  
  13.     width: 100 % ;  
  14.     height: 42px;  
  15.     margin - top: -20px;  
  16. }  
  17. #bars div   
  18. {  
  19.     position: relative;  
  20.     float: left;  
  21.     width: 54px;  
  22.     height: 100 % ;  
  23.     margin - right: 55px;  
  24.     box - shadow: 0px 2px 5px rgba(0, 0, 0, .35); - moz - box - shadow: 0px 2px 5px rgba(0, 0, 0, .35); - webkit - box - shadow: 0px 2px 5px rgba(0, 0, 0, .35);  
  25. }  
  26. #bars div.n  
  27. {  
  28.     background: #2e78bc; }   
  29. # bars div.m  
  30. {  
  31.     background: #a3be48;      
  32.       
  33. }  
  34.     #bars div.c   
  35.     {  
  36.         background: #9a9a9a; margin: 0;   
  37.           
  38.     }