#studyRows a {
  color: inherit;
  text-decoration: none;
}

#studyRows a:hover,
#studyRows a:focus {
  text-decoration: underline;
}

.full-actions {
  display: grid;
  gap: 6px;
  margin-top: 8px;
  min-width: 145px;
}

.full-actions button {
  padding: 7px 9px;
  font-size: 12px;
}

#studyRows tr.just-uploaded td {
  background: #fff3c9;
  box-shadow: inset 0 2px #d3a53b, inset 0 -2px #d3a53b;
}
