table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 12px;
}

tr td:last-child {
  text-align: center;
}

table tbody tr:nth-child(odd) {
  background-color: #fff;
}

.center-column {
  height: 48px;
  border-radius: 4px;
  background-color: #967ed4;
  color: #fff;
  text-align: center;
  padding: 6px 8px;
  line-height: 48px;
  min-height: 48px;
}

@media (max-width: 1048px) {
  .table-wrapper {
    overflow-x: auto;
  }
}
