.ejudge-accepted {
  max-width: 220px;
  margin: auto;
  background-repeat: no-repeat;
  padding-left: 20px;
  background-image: url('/resources/img/icons/comment/check.png');
}

.ejudge-wrong {
  max-width: 220px;
  margin: auto;
  background-image: url('/resources/img/icons/comment/wrong.png');
  background-repeat: no-repeat;
  padding-left: 20px;
}

.ejudge-ce {
  max-width: 220px;
  margin: auto;
  background-image: url('/resources/img/icons/comment/ce.png');
  background-repeat: no-repeat;
  padding-left: 20px;
  margin-bottom: 10px;
}


.ejudge-time-limit {
  max-width: 290px;
  margin: auto;
  background-image: url('/resources/img/icons/comment/time_limit.jpg');
  background-repeat: no-repeat;
  padding-left: 20px;
}

.ejudge-runtime-error {
  max-width: 290px;
  margin: auto;
  background-image: url('/resources/img/icons/comment/runtime_error.png');
  background-repeat: no-repeat;
  padding-left: 20px;
}

.ejudge-check-fail {
  max-width: 220px;
  margin: auto;
  background-image: url('/resources/img/icons/comment/exl_black.png');
  background-repeat: no-repeat;
  padding-left: 20px;
}