<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.ci-layer-vis #pf-stage {
    margin-top: 10px !important;
}
body.ci-layer-vis #pageflip-controls {
    margin-bottom: 5px;
}
#click-info {
    background-color: #c70015;
    position:absolute; width: 100%; text-align:center; z-index: 2; 
    padding-top: 6px; padding-bottom: 5px; color: #f6ffff;
    /* font-family: 'Ubuntu', sans-serif; */
    font-family: 'Source Sans Pro', Helvetica, sans-serif;
}
#click-info span {
    background-color: white; color: #c70015;
    border-radius: 120px;
    height: 20px; width: 20px;
    display: inline-block; 
    line-height: 21px;
}
#click-info a {
    margin-left: 30px;
}
body.zooming #click-info {
    display: none;
}
.before-arrow  {
    padding-right: 10px;
    background: url(../arrow.png);
    width: 8px;
    height: 100%;
    display: block;
    z-index: 30;
    background-position: 0 0px;
    background-repeat: no-repeat;
    background-size: 10px 100%;
}
.marking {
    position:absolute;background-color:#eef3f8; opacity:0.5;
}
.pdfFile {
    position: absolute;
    bottom: 8px;
    right: 125px;
    z-index: 100;
}
@media (max-width: 440px) {
    .pdfFile { right: 175px; }
}
.pdfFile svg {
    width: 20px;
    height: 20px;
}
.pdfFile a {
    color: rgba(0,0,0,0.3);
}
.pdfFile g,
.pdfFile path {
    fill: rgba(0,0,0,0.3);
}
.pdfFile:hover g,
.pdfFile:hover path {
    fill: #FA0;
}


/* #b-zoomin,
#b-zoomout {
    display: none;
} */</pre></body></html>