.audit-card-selected {
  box-shadow: 4px 4px 4px #fe000f;
}

#audit-log-detail {
  min-height: 80vh;
}

#audit-log-list {
  min-height: 80vh;
}

.label-created {
  background-color: #6ECE1A;
  color: white;
}

.audit-label {
  height: 20px;
  padding: 0.15em 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(27,31,35,0.12);
  margin-left: 8px;
}

.audit-highlighted {
  background-color: yellow;
}

.label-updated {
  background-color: #CC8F34;
  color: white;
}

.label-deleted {
  background-color: #d73a4a;
  color: white;
}

.audit-none-active-page {
  background-color: #eee;
}

.label-who-did-it {
  background-color: #836890;
  color: white;
}
