<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#shoppinglist-menu {position: absolute; width: 175px; right: 0px; top: 0px;}
#shoppinglist-table {position: static; width: 175px; top: 30px; /* add webkit transform for Chrome fixed position bug */-webkit-transform: translateZ(0);}
#empty-shoppinglist-message {display: block; padding: 5px 0; text-align: center; border-top: 1px solid #E0E0E0;}
#clipped {padding: 2px 0; text-align: center; background-color: white; border-top: 1px solid #E0E0E0; border-left: 1px solid #E0E0E0; border-right: 1px solid #E0E0E0; border-radius: 5px 5px 0 0;}

.list-sidebar ul {list-style: none; text-align: left; margin: 0px;}
.list-sidebar ul li {background-color: white; border-top: 1px solid #E0E0E0; position: relative; padding: 5px 26px 5px 5px; line-height: 1.3em;}
.list-sidebar a {position: absolute; top: 50%; right: 4px; margin-top: -10px; width: 20px; height: 20px; display: inline-block;}
</pre></body></html>