table {
    font-family: Arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }

  td,
  th {
    border: 2px solid #cebde4;
    text-align: left;
    padding: 8px;
    height: 10px;
    font-size: 14px;
  }

  .install {
    text-align: center;
    font-size: 9px;
  }

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