.perfect {
  color: #e5a93b;
}

.blue {
  color: #5c95db;
}

.gold {
  color: #e5a93b;
}

.author-note {
  color: #2e7d32;
  font-weight: 700;
}

.muted {
  color: #8b929b;
}

.integration-table {
  overflow-x: auto;
  margin: 1.5rem 0;
}

.integration-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.integration-table td {
  border: 1px solid var(--md-default-fg-color--lightest);
  padding: 0.75rem 0.9rem;
  vertical-align: top;
}

.integration-table td:first-child {
  white-space: nowrap;
  width: 2.5rem;
  min-width: 2.5rem;
  text-align: center;
}

.integration-table td:nth-child(2) {
  width: 2.5rem;
  min-width: 2.5rem;
  white-space: nowrap;
  text-align: center;
}

.integration-table td:nth-child(3),
.integration-table td:nth-child(4),
.integration-table td:nth-child(5) {
  width: 2.5rem;
  min-width: 2.5rem;
  white-space: nowrap;
  text-align: center;
}

.integration-table td:nth-child(6) {
  width: 19%;
}

.integration-table td:nth-child(7) {
  width: auto;
}

.integration-table small {
  opacity: 0.75;
}
