body {
    font-size: 0.9em;
    font-family: sans-serif;
}

table {
    border-collapse: collapse;
    margin: 25px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

table thead tr {
    background-color: gray;
    color: white;
    text-align: left;
}

table th,
table td {
    padding: 6px;
}

table tbody tr:nth-of-type(even) {
    background-color: lightgray;
}

table tbody tr td:nth-child(2),
table tbody tr td:nth-child(3) {
    text-align: right;
}

table tbody tr:last-of-type {
    border-bottom: 2px solid gray
}

img
{
    max-width: 100%;
    min-width: 300px;
    height: auto;
}
