body {
    font-family: 'Arial', sans-serif;
    padding: 20px;
    background-color: #f8f8f8;
}

canvas {
    max-width: 100%;
    margin-bottom: 20px;
    display: none;  /* hide the canvas until we have data */
}

#latestData,
#odometerChart {
    margin-top: 20px;
}

#latestData p,
section {
    margin-bottom: 0;
}

table td,
table th {
    padding: 0.1em 0.5em;
}

table a {
    text-decoration: none;
    color: #000;
}

table a:hover {
    text-decoration: underline;
}
