.rgxyz-lessons-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 1rem;
}
.rgxyz-lessons-table th,
.rgxyz-lessons-table td {
    border: 1px solid #ddd;
    padding: 0.4rem 0.6rem;
    font-size: 0.9rem;
}
.rgxyz-lessons-table th {
    background: #f7f7f7;
    text-align: left;
}
.rgxyz-profile-summary {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0.75rem 1rem;
    background: #fff;
}
.rgxyz-profile-summary h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.rgxyz-profile-summary p {
    margin: 0.15rem 0;
    font-size: 0.9rem;
}
