body {
  background-color: #1e1e1e; /* Homarr dark background */
  color: rgb(201, 201, 201);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 14px;
  line-height: 24.8px;
  margin: 0;
  padding: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

thead {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

th, td {
  padding: 0.75rem 1rem;
  text-align: left;
}

tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

td.positive {
  color: #4caf50; /* green for positive changes */
}

td.negative {
  color: #f44336; /* red for negative changes */
}