html {

}
.overview {
    border-collapse: collapse;
    max-width:100%;
    width: min(100%, auto);
    text-align:left;
}

a {
    color:lightblue;
}

a:hover {
    color:white;
}
.date-today {
    border: 1px solid lightblue;
}
.overview a img {
    vertical-align: middle;
    height:1em;
}
.overview td,th {
    padding: 6px 12pt 6px 12pt;
}
.overview tr:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.overview td:first-child span:last-child {
    font-size: 70%;
}
.overview td:last-child span:first-child {
    font-weight: bold;
    
}
.overview td span:first-child {
    margin-right: 5px;
    
}
