<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.horizCoinThematic-widget .inner {
  padding: 0;
  margin: 0;
}
.horizCoinThematic-widget .widget-items {
  white-space: normal;
  /*
         * remove gutter for each item;
         * the gutters are reset in the inner class
         */
}
.horizCoinThematic-widget .widget-items ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.horizCoinThematic-widget .widget-items .widget-item {
  display: inline-block;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .horizCoinThematic-widget .widget-items .widget-item {
    margin: 0 5px 5px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) {
  .horizCoinThematic-widget .widget-items .widget-item {
    margin: 0 10px 5px 0;
  }
}
.horizCoinThematic-widget .widget-items .widget-item .inner {
  padding: 0;
  margin: 0;
}
.horizCoinThematic-widget .widget-items .widget-item .widget-hl .thematicLink {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .horizCoinThematic-widget .widget-items .widget-item .widget-hl .thematicLink {
    padding: 5px;
    border: 1px solid #ccc;
  }
}
.horizCoinThematic-widget .widget-items .widget-item .widget-hl .thematicLink:hover {
  color: #004b91;
}
.horizCoinThematic-widget .widget-items .widget-item .widget-hl .thematicLink .list-group-item {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  color: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) {
  .horizCoinThematic-widget .widget-items .widget-item .widget-hl .thematicLink .list-group-item {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .horizCoinThematic-widget .widget-items .widget-item .widget-hl .thematicLink .list-group-item {
    color: #337ab7;
    text-decoration: none;
  }
}
.horizCoinThematic-widget .widget-items .widget-item .widget-hl .thematicLink .list-group-item.highlight {
  font-weight: 500;
  color: #000;
}
</pre></body></html>