<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html { font-size: 1.25vmin; }
/*@media (max-width: 64em) { html { font-size: 1.75vmin } }*/
/*@media (max-width: 52em) { html { font-size: 2vmin } }*/
@media (max-width: 700px) { html { font-size: 2.5vmin } }

html, body {

	margin: 0;
	padding: 0;
	background-color: #fff;

	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons/*!System*/;
}

a {
	text-decoration: none;
}

a:active {
	opacity: .7;
}

nav {
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	padding: 0;
	box-sizing: border-box;
	font-size: 1.6rem;
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	z-index: 10;
}

nav &gt; a {
	position: relative;
	background: rgba(0,0,0,.2);
	margin-left: 1px;
	color: #333333;
	height: 40px;
	width: 40px;
}

nav a:first-child {
	margin-left: 0;
}

nav a.active {
	/*background: #698FFF;*/
	background: #698FFF;
}

nav a svg {
	width: 100%;
	height: auto;
}
nav a svg &gt; * {
	fill: #fff;
}


nav a.arrow svg {
	/*margin: 5px;*/
	width: 40px; 
	height: 40px;
}

[images] {
	padding: 1.5%;
	justify-content: flex-start;
	font-size: 0;
	line-height: 0;
}

[images-pad] {
	padding: 1.5%;
}


[images] .image img {
	width: 100%;
	height: auto;
    float: left;
}

[images] .image a {
	display: block;
	line-height: 1.4;
	margin-top: 1.2rem;
    /*margin-bottom: 0.5rem;*/
    font-size: 1.3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-style: normal;
	line-height: 1.3;
	border-bottom: 0;
	text-decoration: none;
}

[images="justify"] .image {
	/*float: left;*/
	vertical-align: top;
	box-sizing: content-box;
	display: inline-block;
}

.image .ratio_spacer {
	position: relative;
}

.image .led {
    height: 8px;
    width: 8px;
    border-radius: 4px;
    display: none;
    margin-right: 7px;
}

.image .led.online {
	display: inline-block;
	background: #0FCE83;
}

.image .led.offline {
	display: inline-block;
	background: #f03;
}

.ratio_spacer {
	height: 0;
	width: 100%;
	outline: 1px solid rgba(177, 177, 177, 0.4);
    outline-offset: -1px;
}

.ratio_spacer.loaded {
    outline: none;
}

.pagination_container {
	width: 100%;
}

.pagination_container.empty {
	height: 0;
}

.pagination_container.empty .image {
	display:none;
}

/*Loading animation*/
.loading[data-loading] {
  display: none;
  position: fixed;
  bottom: 8px; left: 8px;
  z-index: 100;
}

.quick-view-background {
	background: rgba(0,0,0,.85);
}
.pswp svg.right-arrow {
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
}

.pswp svg.left-arrow {
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
}

.pswp svg.close-button {
    right: 10px;
    top: 10px;
}
.spacer {
	width: 100%;
	height: 10rem;
}

.image a.title_action {
    display: inline-block;
    float: left;
}

.image a.del_action, .image a.open_action {
    display: inline-block;
    text-align: right;
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    font-size: 1.6rem;
    background-color: #000;
    color: #fff;
    z-index: 999;
    opacity: 0.85;
}

.image a.del_action {
    padding: 4px 7px;
}

.image a.open_action {
    margin-right: 33px;
    padding: 4px 9px;
}

/*
 * Mobile 
 */

body.mobile [images], 
body.mobile [images-pad] {
	padding: 3%;
}</pre></body></html>