<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hc-fotballdata-table-wrapper {
  overflow-x: auto;
}

.hc-fotballdata-table {
  box-sizing: border-box;
  /* Somehow the table is 1px too wide, and creates a scrollbar when it is unnecessary */
  width: calc(100% - 1px);
}

.hc-fotballdata-table thead {
  color: #ffffff;
  background-color: #000000;
  font-size: 1.4rem;
}

.hc-fotballdata-table th,
.hc-fotballdata-table td {
  padding: 1rem;
}

.hc-fotballdata-table td {
  border: 1px solid #dddddd;
}

.nowrap {
  white-space: nowrap;
}
</pre></body></html>