#transcripts-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 2rem;
    color: #eee;
}

#transcripts-table th, #transcripts-table td {
    border: 1px solid #555;
    padding: 12px 15px;
    text-align: left;
}

#transcripts-table th {
    background-color: #333;
    font-weight: bold;
}

#transcripts-table tbody tr:nth-child(even) {
    background-color: #222;
}

#transcripts-table tbody tr:hover {
    background-color: #444;
}

#transcripts-table a {
    color: #8ab4f8;
    text-decoration: none;
}

#transcripts-table a:hover {
    text-decoration: underline;
}

.container {
    justify-content: start;
}

h1 {
    color: #fff;
    font-size: 2rem;
    margin-top: 1rem;
    margin-left: 0.5rem;
    text-align: left;
}

