body {
    font-family: Arial, sans-serif;
}
table {
    border-collapse: collapse;

    margin-bottom: 1em;
}
td {
    vertical-align: top;
}
.aukioloajat td {
    border: 1px solid #000;
padding: 2px 7px;
}

.raidallinen tr:nth-child(even) {
    background-color: rgb(104, 231, 19);
}

.raidallinen th {
    text-align: left;
}

.raidallinen td, raidalline th {
    padding: 3px 6px;
}