.mgs-gpa-all,
.mgs-gpa-user {
    margin: 20px 0;
}

.mgs-gpa-all h2,
.mgs-gpa-user h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.mgs-gpa-content {
    overflow-x: auto;
}

.mgs-gpa-all table,
.mgs-gpa-user table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.mgs-gpa-all th,
.mgs-gpa-all td,
.mgs-gpa-user th,
.mgs-gpa-user td {
    padding: 8px;
    text-align: left;
    border: 1px solid #ddd;
    min-width: 80px;
    white-space: nowrap;
}

.mgs-gpa-all th,
.mgs-gpa-user th {
    background-color: #f5f5f5;
    font-weight: bold;
}

.mgs-gpa-all table tr:nth-child(even),
.mgs-gpa-user table tr:nth-child(even) {
    background-color: #f9f9f9;
}