<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#scroll ul.relPrd li span{
    font-weight: bold;
}
#scroll ul.relPrd li ul li {
    border-top: 1px solid #ECECEC;
    color: #000000;
    font-size: 12px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0;
    cursor: pointer;
    text-indent: 10px;
    height: 30px;
    overflow: hidden;
}

#scroll ul.relPrd li a.product-quick-name {
    color: #000000;
    text-decoration: none;
    line-height: 35px;
    display: block;
    width: 250px;
}

#scroll ul.relPrd li a.product-expanded-name {
    font-size: 10px;
    /*color: #777;*/
    color: #7BBB2A;
    border-radius: 2px;
    padding-left: 10px;
    margin: 0px 0 5px;
    line-height: 12px;
}</pre></body></html>