.kk-label-grid table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  color: white;
}
.kk-label-grid th, .kk-label-grid td {
  border: 1px solid #555;
  text-align: center;
  padding: 0.5em;
}
.kk-label-grid input[type=number] {
  width: 60px;
  background: #000;
  color: #0f0;
}
.kk-label-options {
  margin-top: 1em;
}
.kk-label-options label {
  display: block;
  margin: 0.5em 0 0.2em;
}
.kk-total {
  margin-top: 1em;
  color: #0f0;
  font-size: 1.2em;
}

.kk-category-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2em;
  color: white;
}
.kk-category-table th,
.kk-category-table td {
  border: 1px solid #444;
  padding: 8px;
  text-align: center;
}
.kk-category-table em {
  color: #ccc;
}

.kk-pricing-tables {
  margin-top: 2em;
}
.kk-category-table {
  width: 100%;
  border-collapse: collapse;
  color: white;
  margin-bottom: 2em;
}
.kk-category-table th,
.kk-category-table td {
  border: 1px solid #444;
  padding: 8px;
  text-align: center;
}
.kk-category-table em {
  color: #ccc;
}

@media (max-width: 768px) {
  .kk-category-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .kk-category-table thead,
  .kk-category-table tbody,
  .kk-category-table tr {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}
