<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg-pink {
  overflow: hidden;
  padding: 3px 10px 1px;
  background: #ffe4e1;
  border: 1px solid #ffc0cb;
}

.pt10 {
  padding-top: 10px;
}

.large {
  font-size: 128%;
}

.bold {
  font-weight: bold;
}

.font-red {
  color: #f00;
}

.aligncenter {
  text-align: center;
}

a.link-icon-pdf {
  padding: 0 0 0 18px;
  background: url(../../img/sys/pdf.png) no-repeat left center;
}

img.imageright {
    float: right;
    clear: right;
    padding: 0 0 20px 20px;
}

img.imageright {
    width: 35%;
    height: auto;
    padding: 0 0 10px 10px;
}

a.link-icon-pdf:visited {
    color: #cc2f20;
}
a.link-icon-pdf:link {
    color: #cc2f20;
    text-decoration: underline;
}

li.cartmessage {
    list-style-type: none;
    margin: 0;
    padding: 0 0 5px 20px;
    background: url(../../img/sys/brackdisc.png) no-repeat 4px 5px;
    text-align: left;
}

p.mb15 {
    margin-bottom: 15px;
}
</pre></body></html>