#search-only-bookbag-container { margin: 2ex 0; font-weight: bold; }
#result-bookbag-heading { text-align: center; margin: 2ex; }
-.result-bookbag-name { font-size: [% css_fonts.size_bigger %]; font-weight: bold; }
-.result-bookbag-description { font-size: [% css_fonts.size_bigger %]; font-style: italic; }
-.result-bookbag-item-note { font-style: italic; }
+.result-bookbag-name { font-size: [% css_fonts.size_bigger %]; font-weight: bold; padding:10px;}
+.result-bookbag-description { font-size: [% css_fonts.size_bigger %]; font-style: italic; font-weight:normal; padding:10px;}
+.result-bookbag-item-note { font-style: italic; padding: 5px 5px 5px 40px;}
.lowhits-bookbag-name { font-weight: bold; }
.oils_AS { font-weight: bold; color: [% css_colors.text_match %]; }
.oils_AS_match_term {
[% IF ctx.bookbag;
rec_id = rec.id;
FOR note IN ctx.bookbag_items_by_bre_id.$rec_id.notes %]
- <div class="result-bookbag-item-note">
- [% note.note | html %]
- </div>
+ <div class="result-bookbag-item-note">
+ Note: [% note.note | html %]
+ </div>
[% END %]
[% END %]
</div>