<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#magazineViewButtonContainer{
    display: none;
   
}

#magazineViewButtonContainer button span,#magazineViewButtonContainer .toolbarButton {
    width: auto;
    height: auto;
    margin-left: -50%;
}

#magazineContainer{
    padding-top: 10px;
    text-align: center;
    overflow: hidden;
}

#magazine {
    margin: 0 auto !important;
    text-align: center;
}

#magazine .page {
    background-color: #fff;
}

#magazineContainer .next-button,
#magazineContainer .previous-button{
	width:22px;
	height: 100%;
	position:absolute;
	top:0;
}

#magazineContainer .next-button{
	right:-22px;
	-webkit-border-radius:0 15px 15px 0;
	-moz-border-radius:0 15px 15px 0;
	-ms-border-radius:0 15px 15px 0;
	-o-border-radius:0 15px 15px 0;
	border-radius:0 15px 15px 0;
}

#magazineContainer .previous-button{
	left:-22px;
	-webkit-border-radius:15px 0 0 15px;
	-moz-border-radius:15px 0 0 15px;
	-ms-border-radius:15px 0 0 15px;
	-o-border-radius:15px 0 0 15px;
	border-radius:15px 0 0 15px;
}

#magazineContainer .previous-button:hover,
#magazineContainer .next-button:hover{
	background-color:rgba(0,0,0, 0.2);
}

#magazineContainer .previous-button,
#magazineContainer .previous-button-down{
	background-image: url(images/arrows.png);
	background-position:-4px 50%;
	background-repeat:no-repeat;
}

#magazineContainer .next-button,
#magazineContainer .next-button-down{
	background-image: url(images/arrows.png);
	background-position:-38px 50%;
	background-repeat:no-repeat;
}

#magazineContainer .zoom-in .next-button,
#magazineContainer .zoom-in .previous-button{
	display:none;
}

.icon-holder {
    position: absolute;
    z-index: 1000;
    width: 34px;
    top: 10px;
    right: 10px;
}

.icon {
    width: 34px;
    height: 34px;
    margin-bottom: 5px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(64,64,64,0.2);
}

.exit-icon {
    background-image: url(images/toolbarButton-Exit.png);
}

.zoom-icon-in {
    background-image: url(images/zoom-in.png);
}

.zoom-icon-out{
    background-image: url(images/zoom-out.png);
}

.zoom-icon-out{
    background-color: #a4a4a4;
}

.toc-icon{
    background-image: url(images/toc.png);
}

.fullscr-icon-enter {
    background-image: url(images/toolbarButton-expand.png);
}

.fullscr-icon-exit {
    background-image: url(images/compress.png);
}
.help-icon {
    background-image: url(images/help.png);
}

#mainContainer{
    overflow: hidden;

}

.annotation-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    line-height: 1.0;
    z-index: 999999;
}

.annotation-layer &gt; section {
    color: transparent;
    position: absolute;
    white-space: pre;
    cursor: text;
    transform-origin: 0% 0%;
    
}

.annotation-layer &gt; .linkAnnotation &gt; a {
    position: absolute;
    font-size: 1em;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.annotation-layer a:hover {
    opacity: 0.4;
    background: #ff0;
    box-shadow: 0px 2px 10px #ff0;
}

.help {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    z-index: 9999;
    font-size: 18px;
}

.help__control {
    width: 100%;
    height: 100%;
    display: flex;
}
.help__control--btn {
    border: 2px solid #fff;
    padding: 8px 28px;
    margin: auto;
    color: #fff;
    text-decoration: none;
}
.help__control--btn:hover {
    background: #fff;
    color: #000;
}

.help__arrow{
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.help__arrow::after{
    content: "";
    display: block;
    width: 2px;
    height: 70px;
    background-color: #fff;
    transform: rotate(-45deg) translate(24px, 8px);
    left: 0;
    top: 0;
}

.help__text {
    position: absolute;
}

.help__text--zoom {
    position: absolute;
    right: 150px;
    top: 20px;
}
.help__text--zoom .help__arrow {
    top: 0;
    right: -80px;
    transform: rotate(130deg);
}

.help__text--fullscreen {
    top: 75px;
    right: 160px;
}
.help__text--fullscreen .help__arrow {
    top: -7px;
    right: -85px;
    transform: rotate(125deg);
}

.help__text--toc {
    top: 140px;
    right: 145px;
}
.help__text--toc .help__arrow {
    top: -26px;
    right: -72px;
    transform: rotate(108deg);
}

.help__text--next {
    top: 40%;
    right: 160px;
}
.help__text--next .help__arrow {
    top: 25px;
    right: -89px;
    transform: rotate(150deg);
}

.help__text--prev {
    top: 40%;
    left: 155px;
}
.help__text--prev .help__arrow {
    top: 25px;
    left: -89px;
    transform: rotate(-61deg);
}</pre></body></html>