.email-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background-color: #1d1d3e;
}
.email-table th,
.email-table td {
    padding: 10px;
    border: 1px solid #0b0b29;
    text-align: left;
}
.email-table th {
    background-color: #2f2f57;
}
.email-link {
    width: 100%;
    padding: 10px;
    background-color: #7c7bff;
    border: none;
    color: #ffffff;
    cursor: pointer;
    text-align: left;
}
.email-link:hover {
    background-color: #287bb5;
}
#email-content {
    border: 1px solid #0b0b29;
    padding: 10px;
    margin-top: 20px;
    height: 600px;
    overflow: auto;
    background-color: #2f2f57;
    color: #dcdcdc;
}
.plain-text {
    font-family: "Courier New", Courier, monospace;
    color: #f1f1f1;
}
