html, body {
	font-family: Arial, sans-serif;
  padding: 0;
  margin: 0;
  }

  table {
	border-collapse: collapse;
	width: 100%;
	max-width: 700px;
  }

  th, td {
	border: 1px solid #ccc;
	padding: 8px;
	text-align: center;
	max-width: 150px;
  }

  td:nth-child(2) {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
  }

  th {
	background-color: #f2f2f2;
  }

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

  button {
	cursor: pointer;
	width: 100%;
	padding: 4px 8px;
	white-space: nowrap;
  }
