table {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
}

table td {
    border-bottom: 1px solid #cccccc;
    text-align: center;
}

table td img {
    height: 50px;
    width: 150px;
    object-fit: contain;
}

table td a {
    text-decoration: none;
    color: #1b458e;
}
