/* line 6, /app/app/assets/stylesheets/evaluations/exam_results.scss */
.report-card-container .school-name {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  border: 1px solid #ebebeb;
  padding: 10px 0;
  background-color: #008CBA;
  color: white;
}
/* line 16, /app/app/assets/stylesheets/evaluations/exam_results.scss */
.report-card-container .exam-name {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
}
/* line 26, /app/app/assets/stylesheets/evaluations/exam_results.scss */
.report-card-container .student-name, .report-card-container .student-class {
  font-size: 17px;
  font-weight: bold;
  padding: 10px;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
/* line 35, /app/app/assets/stylesheets/evaluations/exam_results.scss */
.report-card-container .subject-marks-table {
  margin-bottom: 30px;
}
/* line 39, /app/app/assets/stylesheets/evaluations/exam_results.scss */
.report-card-container .report-footer {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
