.gh-red {
    color: green !important;
}

/* Responsive Design Tabelle */

.gh-row {
  display: flex;
  border-bottom: 1px solid #ccc;
}

.gh-cell {
  flex: 1;
  padding: 8px;
}

@media (max-width: 480px) {
  .gh-row {
    flex-direction: column;
  }
}