table {
    width: 95%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

table img{
     width: 35%;
}

table th {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
    padding: 12px 15px;
}

table td {
    padding: 12px 15px;
    border-bottom: 1px solid #dddddd;
    color: #333333;
    vertical-align: top;
}

table tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

table tr:hover {
    background-color: #f1f7f5;
    transition: background-color 0.3s ease;
}

table tr:last-of-type td {
    border-bottom: 2px solid #009879;
}

table td:nth-child(3) {
    max-width: 300px;
    line-height: 1.5;
}

table td:nth-child(4) {
    font-weight: bold;
    color: #2c3e50;
}
