body {
    font-family: Arial, sans-serif;
    background: #f4f6f8;
}

table {
    border-collapse: collapse;
    width: 98%;
    margin: auto;
    background: white;
}

th, td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
}

th {
    background: #2c3e50;
    color: white;
}

tr:hover {
    background: #f1f1f1;
}

th:nth-child(1), td:nth-child(1) { width: 50px; }    /* ID */
th:nth-child(2), td:nth-child(2) { width: 150px; }   /* Alıcı */
th:nth-child(3), td:nth-child(3) { width: 150px; }   /* Gönderen */
th:nth-child(4), td:nth-child(4) { width: 200px; }   /* Konu */
th:nth-child(5), td:nth-child(5) { width: 400px; }   /* Mesaj */
th:nth-child(6), td:nth-child(6) { width: 120px; }   /* Tarih */

td.body {
    max-width: 500px;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 14px;
}
