.study-plan-container .study-plan-container {
     padding: 10px;
 }

.study-plan-container .study-plan-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
}

.study-plan-container .study-plan-table th,
.study-plan-container .study-plan-table td {
    border: 1px solid #ddd;
    padding: 5px;
    text-align: center;
}

.study-plan-container .study-plan-table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.study-plan-container .row-number {
    width: 40px;
}

.study-plan-container .subject-name {
    text-align: left !important;
    min-width: 300px;
}

.study-plan-container .class-hours {
    width: 60px;
}

.study-plan-container .total-hours {
    width: 80px;
}

.study-plan-container .component-header td {
    background-color: #e0e0e0;
    font-weight: bold;
    text-align: center !important;
    padding: 8px;
}

.study-plan-container .section-row {
    background-color: #f8f8f8;
}

.study-plan-container .section-row .subject-name {
    font-weight: bold;
    padding-left: 15px;
}

.study-plan-container .subject-row .subject-name {
    padding-left: 35px;
}

.study-plan-container .total-row {
    background-color: #f0f0f0;
    font-weight: bold;
}

.study-plan-container .final-total-row {
    background-color: #e8e8e8;
    font-weight: bold;
}

.study-plan-container .no-data {
    text-align: center;
    padding: 20px;
    color: #999;
}
