/* Consolidated Font Definition */
@font-face {
    font-family: 'NDot';
    src: url('fonts/NType82Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Apply to the entire document */
html, body {
    font-family: 'NDot', sans-serif;
    color: black;
    margin: 0;
    padding: 0;
}

table {
    display: inline-block;
    vertical-align: middle;
}

.refresh {
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}

td {
    vertical-align: middle;
}

td#cover {
    padding-right: 8px; /* Slightly increased for breathing room */
}

td#date {
    font-style: italic;
    font-size: 0.9em;
}

a {
    text-decoration: none;
    color: inherit; /* Ensures links take the black color from body */
}

a#track {
    font-weight: bold;
}