.noteQuoteListBlock {
    display: inline-block;
    max-width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.noteQuoteListBlock .caption {
    font-weight: bold;
    margin-bottom: .5em;
}

.noteQuoteItem,
.noteQuoteItem .noteQuote-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
