.print_result {
  font-weight: 700;
  max-width: 900px;
  margin: 0 auto;
  border: 2px solid #ccc;
  margin-top: 80px !important;
  padding: 15px;
  -webkit-print-color-adjust: exact !important;  
  color-adjust: exact !important; 
}
.result-red {
  color: #f34423;
}

.result-table td,
.result-table th {
  border-bottom-width: 0 !important;
  border-right: 0 !important;
  padding: 10px 14px !important;
}

.grade-point,
.grade,
.final-grade,
.credit-hour {
  min-width: 115px;
  width: 115px;
  vertical-align: middle;
}

.subject-code{
  min-width: 100px;
  width: 100px;
  vertical-align: middle;
}

.subject-name {
  min-width: 225px;
  width: 225px;
}

.result-note > div,
.average-gpa {
  border: 3px solid #ed7d31;
  padding: 5px;
}

  .result-note > div:first-child {
    border-right: 0;
  }

  .w-30{
    width: 30%;
  }
.w-40{
  width: 40%;
}

.w-60{
  width: 60%;
}

.result-table tr,
.result-table th,
.result-table td, .table_header{
  background:transparent !important;
  
}

table.result-table tbody tr:nth-child(even),
table.result-table tbody tr:nth-child(odd){
  background: transparent !important;
}


.table_header{
  color: #f34423 !important;
  
}

.aLevel,.bachelors,.plusTwo{
  position: relative;
  z-index: 1;
}

.aLevel:before,.bachelors:before,.plusTwo:before{
  content: '';
  z-index: -1;
  opacity: 0.1;
  position: absolute;
  width: 250px;
  height: 250px;
  background-size: contain !important;
  left: 119px;
  top: 50%;
  transform: translateY(-50%);
}


@media all {
  .aLevel:before{
    background: url('../../img/trinity_logo.png') no-repeat;
    -webkit-print-color-adjust: exact !important;  
    color-adjust: exact !important; 
  }

  .bachelors:before{
    background: url('../../img/trinity_logo.png') no-repeat;
    -webkit-print-color-adjust: exact !important;  
    color-adjust: exact !important; 
  }

  .plusTwo:before{
    background: url('../../img/trinity_hslogo.png') no-repeat;
    -webkit-print-color-adjust: exact !important;  
    color-adjust: exact !important; 
  }
}

