button {
  padding: 0.5em 0.8em;
  font-size: 15px;
}
button a {
  color: white !important;
}
button.acbc-return {
  float: right;
  background-color: steelblue;
}
.grader-element {
  margin-bottom: 20px;
  font-size: 16px;
}
.grader-element label {
  font-size: 16px;
  font-weight: bold !important;
}
.acbc-comments {
  width: 70%;
}
.acbc-fullcomments-icon {
  color: steelblue;
  cursor: pointer;
}
.acbc-phase-complete {
  background-color: #A9DFBF;
  font-size: 12px;
  padding: 4px;
  line-height: normal;
  border-radius: 4px;
  margin: 10px 0;
}
.acbc-phase-pending {
  background-color: #F9CF63;
  font-size: 12px;
  padding: 4px;
  line-height: normal;
  border-radius: 4px;
  margin: 10px 0;
}
.acbc-exam-scoresheets-table {
  width: 100%;
}
.acbc-exam-scoresheets-table td,
.acbc-exam-scoresheets-table th {
  padding: 4px 8px;
}
.acbc-exam-scoresheets-table th {
  border-bottom: 1px solid #ccc;
  text-align: left;
}
