#artworkUploadStatus {
  display: block;
  min-height: 18px;
  margin-top: 7px;
  transition: color .2s ease;
}

#artworkUploadStatus.success { color: #4f7759; }
#artworkUploadStatus.error { color: #a33a3a; font-weight: 700; }
#artworkUploadStatus.uploading { color: #6b3a4e; font-weight: 700; }

#addFromModal:disabled {
  cursor: wait;
  opacity: .72;
}
