html, body {
  margin: 0;
  padding: 0;
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}
body {
  margin-bottom: 50%;
}

header {
  color: #fff;
  text-align: center;
  background-color: #333744;
  padding: 1em;
}

header h1 {
  margin: 0;
}


article {
  margin: 1em 1em;
}
summary {
  border-bottom: 1px solid #333744;
  cursor: pointer;
  outline: none;
  padding: 0 .5em;
}
summary h2 {
  display: inline-block;
  margin: .5em;
}

input, textarea {
  width: 100%;
}
.error-message {
  color: #ff0000;
}
#eventchunk-log {
  font-size: 12px;
}

/* TABLE */
table {
  border-collapse: collapse;
  font-size: 12px;
  margin: 1em 0;
  text-align: left;
  width: 100%;
}
th, td {
  border-bottom: 1px solid #c6c6c6;
  border-top: 1px solid #c6c6c6;
  padding: .8em .5em;
  vertical-align: top;
}
th {
  width: 150px;
}
th.expandable {
  cursor: pointer;
}
td {
  word-break: break-all;
}

.table-value {
  max-height: 100px;
  overflow: auto;
}
.table-value.expand {
  max-height: none;
}

/* JSON TABLE */

.json-table {
  margin: 0 0 0 10px;
}

.json-table th,
.json-table td {
  border: none;
  padding: 0;
  width: auto;
}
.json-table th {
  padding-right: 5px;
  white-space: nowrap;
}
.json-table td {
  width: 100%;
}
