.curriculum-container {
    width: 100%;
    /* margin: 50px auto; */
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.curriculum-controls {
    margin-bottom: 20px;
    display: flex;
    justify-content:flex-start;
    align-items: center;
}


.curriculum-controls select {
    padding: 14px 0 14px 5px ;
    margin-right: 10px;
    margin-bottom: 10px;
    /* border: 1px solid #ccc; */
    border-radius: 4px;
}

.curriculum-controls input{
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    /* border: 1px solid #ccc; */
    border-radius: 4px;
    width: 40%;
}
.curriculum-controls button {
    padding: 10px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    /* border: 1px solid #ccc; */
    border-radius: 4px;
}

.startSrc{
    background-color: #0056b3;
    color: #f2f2f2;
    font-weight: 700;
    white-space: nowrap;
}

.startSrc:hover{
    background-color: #fd7e14;
}

.RestBtn{
    background-color: #545353;
    color: #f2f2f2;
    font-weight: 700;
    white-space: nowrap;
}

.RestBtn:hover{
    background-color: #2f261e;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

table, th, td {
    border: 1px solid #ddd;
}

th, td {
    padding: 12px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}