table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
th, td {
    padding: 12px 15px;
}
th {
    background-color: #6a1b9a;
    color: #ffffff;
    text-align: left;
}
tr:nth-child(even) {
    background-color: #f3e5f5;
}
tr:hover {
    background-color: #e1bee7;
}
