<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clear-margin {
  margin: 0;
}
.clear-padding {
  padding: 0;
}
.overlap-enabled {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 992px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-link {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-link {
    font-size: 15px;
  }
}
.horizStampSeller2-widget .inner {
  padding: 0;
  margin: 0;
}
.horizStampSeller2-widget .widget-items {
  padding: 0;
  margin: 5px 0 0 0;
  white-space: normal;
  /*
         * remove gutter for each item;
         * the gutters are reset in the inner class
         */

}
.horizStampSeller2-widget .widget-items ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.horizStampSeller2-widget .widget-items .widget-item {
  margin: 0 0 5px 0;
  padding: 0;
  display: inline-block;
  min-height: 110px;
}
.horizStampSeller2-widget .widget-items .widget-item .inner {
  padding: 0 10px 0 0;
  margin: 0;
}
.horizStampSeller2-widget .widget-items .widget-item .widget-hl .widget-imageWrapper {
  -webkit-transition: background-color 500ms ease-out;
  -moz-transition: background-color 500ms ease-out;
  -o-transition: background-color 500ms ease-out;
  transition: background-color 500ms ease-out;
  background-color: transparent;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  min-height: 62px;
}
.horizStampSeller2-widget .widget-items .widget-item .widget-hl .widget-imageWrapper:hover {
  background-color: #fff;
}
.horizStampSeller2-widget .widget-items .widget-item .widget-hl .widget-imageWrapper .imageContainer {
  text-align: center;
}
.horizStampSeller2-widget .widget-items .widget-item .widget-hl .widget-imageWrapper .imageContainer img {
  max-height: 40px;
}
.horizStampSeller2-widget .widget-items .widget-item .widget-hl .title {
  margin-top: 2px;
  text-align: center;
  font-size: 11px;
}
</pre></body></html>