table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
  }
  
  table th,table td{
    padding: 10px 30px;
    text-align: left;
    
  }
  
  
  table tr:nth-child(odd){
    background-color: #eee
  }