table.responsive{
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
    text-align: center;
}
th, td {
  text-align: center;
}

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