table.widget.account {
    width: 80%;
    table-layout: auto;
    margin: 1rem auto;
    border-spacing: 0;
}

table.widget.account > :not(caption) > * > * {
    padding: 0.75rem 1rem;
    border-color: var(--gray);
    border-style: solid;
    border-width: 1px;
}

table.widget.account > :not(caption) > * > th {
    color: var(--success);
    border: none;
}

.item {
    vertical-align: top;
    display: inline-block;
    text-align: center;
}

.item > a {
    display: block;
    padding: 10px;
}
.item > a img {
    max-height: 9rem;
}

.item > a:focus {
    outline: dashed;
    outline-width: 3px;
    outline-color: blue;
}

.item span {
    color: white;
    display: block;
    font-weight: 400;
}

.item a:hover span {
    color: blue !important;
    font-weight: 400;
}
