<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header h1{
    font-family: Georgia;
    margin-top: 1em;
}
.pagination {
    flex-flow: wrap;
}
header{
    padding:2em 0;
}
footer {
    margin-top: 10em;
}
h1{
    font-size: 22px;
    text-transform: uppercase;
}
.gray-bg {background-color: #edf1f4;}
.d_flex{display: flex;}
.fast_search legend {
    width: fit-content;
    white-space: nowrap;
    margin-right: 1em;
}
a{color:#747474}
table.table thead th {
    background-color: #edf1f4;
}
.form_search_fast_results {
    position:absolute;width:fit-content;
    box-shadow:0px 0px 5px gray;
    z-index:9;background:white;
}
.float_feedback_btn{position: fixed; bottom: 0; right: 2em;z-index: 2222;}
/* magnifying glass icon */
.zoom:after {
    content:'';
    display:block;
    width:33px;
    height:33px;
    position:absolute;
    top:0;
    right:0;
    background:url(icon.png);
}

.zoom img {
    display: block;
}

.zoom img::selection { background-color: transparent; }
.to_zoom img:hover {cursor: zoom-in;}

.zoomImg {
    cursor: zoom-in;
}
.to_zoom img:active { cursor: url(grabbed.cur), default; }

.wrap_mini_scan  {border: 2px solid white;display: block;}
.wrap_mini_scan.active  { border-color: #0d6efd;}

.all_scans .scrollable {overflow:auto;}
.image_v .img_nav{display: flex; justify-content: space-between; }
.ya_zalip2.sticky1 {position: fixed;z-index: 1;opacity: 0.7;transition: 500ms}
.ya_zalip2:hover {opacity: 1}
.img_nav.ya_zalip2 a{z-index:2;position:relative}
.img_nav.ya_zalip2.sticky1{/* position:absolute; *//* height: 100%; *//* z-index: auto; */display: flex;position: relative;}
.img_nav.ya_zalip2.sticky1  a{/* line-height: 50; */border-color: transparent;color: black;/* height: 100vh; *//* opacity: 0.5; */background-color: transparent;}

.img_nav.ya_zalip2.sticky1  a:hover {background-color: #00000061;color: white;opacity: 0.5;}

.view_image{position: relative;overflow: hidden;/* z-index: 2; *//* margin: 0 11em; */cursor: pointer;}
.view_image img{max-height:95vh;cursor: zoom-in;}
.img_nav.ya_zalip2.sticky1  a.prev{position: absolute;top:0;height: 95vh;left: 0;bottom: 0;cursor: pointer;line-height: 100vh;z-index: 33;}
.img_nav.ya_zalip2.sticky1 a.next{position: absolute;top:0;height: 95vh;cursor: pointer;right:0;bottom: 0;z-index: 3;line-height: 100vh;}
.photo_wrap img{max-width:100%;height:auto;max-height:100%}
.close_btn {padding: 0.5em 1em;position: absolute;right: 0;z-index: 99}
.close_btn.cl2 {margin-top: 2em}
.close_btn.cl3 {margin-top: 4em}
.img_bg{background-repeat: no-repeat;background-size: cover;height: 30em;/* background-position-x: center; *//* background-position-y: center; */}
.show_mobile {display: none}
@media screen and (max-width: 768px)  {
    .show_mobile{display: inline-block;}
    .img_bg{height: 18em;}
    .close_btn.cl1{margin-top: 2em}
    .close_btn.cl2 {margin-top: 4em}
    .close_btn.cl3 {margin-top: 6em}
    .hide_mobile, .close_btn{display: none;}
    .photo_wrap img{height: auto;width: 100%}
    .mobile_ta_c {text-align: center;}
    .d_flex { display: block;}
    .pagination {display: block;}
    .pagination li{display:inline-block;}
    .img_nav.ya_zalip2.sticky1{position:relative;}
    .img_nav.ya_zalip2.sticky1 &gt; a.prev, .img_nav.ya_zalip2.sticky1 &gt; a.next{
        position:	  relative;
        height: auto;
        bottom: unset;
        top: unset;
        left: unset;
        display: table-cell;
        line-height: 1em;
    }
}
.wrap_file_to_download a {

    display: inline-block;

    padding: 0.5em 1em;
    transition:0.5s;
    border: 1px solid #edf1f4;
}
.wrap_file_to_download a:hover{
    border-color:#6c757d;
}
.wrap_file_to_download span{}
.wrap_file_to_download .file_icon{
    display: inline-block;
    margin-right: 0.5em;
}</pre></body></html>