table {
    width: 100%;
    border-collapse: collapse;
}

td, th {
    border: 1px solid var(--shadow);
    padding: 0.5rem 0.25rem;
}

td a {
    color: var(--text-muted);
    text-decoration: none;
}

td a:hover {
    text-decoration: underline;
}