
#subject-result-tables .subject-heading {
    color: #444;
    font-weight: bold;
    margin: 30px 0 5px 0;
}
.subject-results-th {
    background-color: #E7EEFF;
    border-bottom: 1px solid #C4D2FE;
    border-top: 1px solid #C4D2FE;
    color: #444;
    font-size: 0.8em;
    height: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0.5em 0 0 0;
}
.subject-results-tr {
    background-color: #E7EEFF;
    border-bottom: 1px solid #C4D2FE;
    font-size:0.9em;
    height: 1.5em;
    padding: 0.5em 0 0 0;
}
.subject-results-tf {
    background-color: #E7EEFF;
    border-bottom: 1px solid #C4D2FE;
    border-top: 2px solid #C4D2FE;
    font-size:0.9em;
    height: 1.5em;
    padding: 0.5em 0 0 0;
}
.subject-results-exam {
    float:left;
    padding: 0 0 0 30px;
    width: 180px;
}
.subject-results-marks {
    float:left;
    width: 80px;
}
.subject-results-maxmarks {
    float:left;
    width: 80px;
}
.subject-results-grade {
    float:left;
    width: 80px;
}
.subject-results-percentage {
    float:left;
}
