table {                                                                                                                                                 
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;                                                                                                                                          
    font-family: sans-serif;                                                                                                                              
}                                                                                                                                                       

th, td {                                                                                                                                                
    overflow: hidden;                                                                                                                                   
    white-space: nowrap;                                                                                                                                 
    text-overflow: ellipsis;                                                                                                                              
    max-width: 200px;                                                                                                                                     
    min-width: 50px;                                                                                                                                      
    text-align: left;                                                                                                                                     
}                                                                                                                                                       

th {                                                                                                                                                    
    background-color: #f2f2f2;                                                                                                                            
    font-weight: bold;                                                                                                                                    
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}
