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

th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}

th {
    background-color: #f2f2f2;
    font-weight: bold;
}

/* Column width controls */
th:nth-child(1), td:nth-child(1) { /* Week */
    width: 8%;
}

th:nth-child(2), td:nth-child(2) { /* Theme */
    width: 20%;
}

th:nth-child(3), td:nth-child(3) { /* Materials */
    width: 35%;
    word-wrap: break-word;
    max-width: 0;
}

th:nth-child(4), td:nth-child(4) { /* Page Count */
    width: 12%;
}

th:nth-child(5), td:nth-child(5) { /* Deliverable */
    width: 25%;
}

/* First table (course info) styling */
table:first-of-type td:first-child {
    width: 25%;
    font-weight: bold;
}

table:first-of-type td:last-child {
    width: 75%;
}
