body {
    background-color: rgb(248, 249, 250);
}
#infoTable th {
    text-align: end;
}

#infoTable td {
    text-align: start;
}

.h-limit {
    max-height: 650px;
    overflow-y: auto;
}

#tagsReadList {
    /* margin-top: 60px; */
}