/* used mostly on watched.html */
td, p {
    max-width: 80ch;
}

table {
    overflow: auto;
    border-collapse: collapse;
    td {
	border: 1px dashed black ;
	padding: 1rem;
    }
}
img {
    max-height: 10rem;
}
img:hover {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
}
ul.reading {
    list-style-image: url("akko-read-32.jpg");
}
ul.read {
    list-style-type: "✅ ";
}
ul::marker {
    max-width: 2em;
    width: 2em;
}
