<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Frontend CSS for Nobel Gallery
 */

/* line 11, ../sass/css/_templates.scss */
.the-gallery {
  *zoom: 1;
}
/* line 14, ../sass/css/_templates.scss */
.the-gallery:before, .the-gallery:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 21, ../sass/css/_templates.scss */
.the-gallery:after {
  clear: both;
}

/* line 11, ../sass/css/_templates.scss */
.the-gallery {
  *zoom: 1;
}
/* line 14, ../sass/css/_templates.scss */
.the-gallery:before, .the-gallery:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 21, ../sass/css/_templates.scss */
.the-gallery:after {
  clear: both;
}

/* line 10, ../sass/css/nobel-gallery.scss */
.the-gallery.in-collection {
  display: none;
}
/* line 14, ../sass/css/nobel-gallery.scss */
.the-gallery .gallery {
  float: left;
  clear: none;
  margin: 0 5px;
}
</pre></body></html>