.book-cell-info p strong {
    color: lightslategrey;
}
.book-mark-pre {
    background-color: #f8f9fa;
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 14px;
    line-height: 1.7;
    border: 0;
    border-radius: 0;

    font-family:
        SFMono-Regular,
        Menlo,
        Monaco,
        Consolas,
        monospace;
}

.book-cell-info p {
    color: #000000;
    margin-bottom: 0.3rem;
    font-size: 18px;
}

.book-name {
    color: #198754;
    font-weight: bold;
}