
.student-name {
    font-variant:small-caps;
    font-weight:bold;
    letter-spacing: 1px;
    margin: 30px 0 10px 0;
    width: 50%;
}
.prev-next-links {
    float: right;
    width: 30px;
}
.prev-next-links a {
    background-color: #E7EEFF;
    color: #000;
    display: block;
    margin: 0 0 0 5px;
    text-decoration:none;
    font-weight: bolder;
    width: 10px;
    float: left;
}
.results-th {
    background-color: #E7EEFF;
    border-bottom: 1px solid #C4D2FE;
    border-top: 1px solid #C4D2FE;
    font-size: 0.9em;
    height: 1.5em;
    font-variant:small-caps;
    font-weight: bold;
    padding: 0.5em 0 0 0;
}
.results-tr {
    background-color: #E7EEFF;
    border-bottom: 1px solid #C4D2FE;
    font-size:0.9em;
    height: 1.5em;
    padding: 0.5em 0 0 0;
}
.results-table-subject {
    float:left;
    padding: 0 0 0 30px;
    width: 180px;
}
.results-table-marks {
    float:left;
    width: 80px;
}
.results-table-maxmarks {
    float: left;
    width: 80px;
}
.results-table-grade {
    float: left;
    width: 80px;
}
.results-table-percentage {
    float: left;
}
