﻿@media screen and (max-width: 767px) {
    .card-table .card-table-content .card-table-item.student-resultform-card{
        align-items: stretch;
    }
    .student-resultform-card .state-label-width {
        text-align:right;
    }
}