Static Tables
                    
                                Tables are a nice way to organize a lot of data. We provide a few utility classes to help you style your table as easily as possible. In addition, to improve mobile experience, all tables on mobile-screen widths are centered automatically.
                            
                        
                                Borderless Table
                                
                                
                                    
                                        
                            
                        Tables are borderless by default.
| Name | Item Name | Item Price | 
|---|---|---|
| Alvin | Eclair | $0.87 | 
| Alan | Jellybean | $3.76 | 
| Jonathan | Lollipop | $7.00 | 
| Shannon | KitKat | $9.99 | 
                                Striped Table
                                
                                
                                    
                                        
                            
                        Add class="striped" to the table tag for a striped table.
| Name | Item Name | Item Price | 
|---|---|---|
| Alvin | Eclair | $0.87 | 
| Alan | Jellybean | $3.76 | 
| Jonathan | Lollipop | $7.00 | 
| Shannon | KitKat | $9.99 | 
                                Bordered Table
                                
                                
                                    
                                        
                            
                        Add class="bordered" to the table tag for a bordered table.
| Name | Item Name | Item Price | 
|---|---|---|
| Alvin | Eclair | $0.87 | 
| Alan | Jellybean | $3.76 | 
| Jonathan | Lollipop | $7.00 | 
| Shannon | KitKat | $9.99 | 
                                Highlight Table
                                
                                
                                    
                                        
                            
                        Add class="highlight" to the table tag for a highlight table.
| Name | Item Name | Item Price | 
|---|---|---|
| Alvin | Eclair | $0.87 | 
| Alan | Jellybean | $3.76 | 
| Jonathan | Lollipop | $7.00 | 
| Shannon | KitKat | $9.99 |