.path-mod-assign [data-region="grade-panel"] [data-region="grade"] {
  background: #ffff;
  margin-bottom: 1em;
  box-shadow: 0 0 10px rgba(0, 0, 0, .06);
  border-radius: 8px;
  padding: 1rem;
  border-bottom: 0;
  .submissionstatustable {
    .submissionstatus,
    .submissiongraded,
    .submissionnoteditable {
      margin-bottom: 1em;
      box-shadow: 0 0 10px rgba(0, 0, 0, .06);
      border-radius: 8px;
      padding: 1rem;
      border-bottom: 0;
    }
  }
  input {
    box-shadow: 0 0 10px rgba(0, 0, 0, .06);
  }
}