    
    body{background-color:#333;
        /* style="background-image:url('../THUMB/<?php echo $name;?>.jpg');background-size:cover;background-position:center;" */
    }
  #toolbarContainer{margin-top:0;}
 .glow{
	text-shadow:1px 1px 10px #fff, -1px -1px 15px #ccc;
}
.reflect, .reflect:before, .reflect span {
  display: block;
  margin: 0;
  padding: 0;
}

.reflect, .reflect:before, .reflect:after {
  position: relative;
}

.reflect {
  top: -60px;
}

.reflect:before {
  content: 'The Mirror';
  top: 95px;
  transform: scale(1, -0.5);
  backface-visibility: visible; 
  z-index: 1;
}

.reflect:after {
  content: '';
  display: block;
  top: -10px;
  left: 0;
  width: 100%;
  height: 60px; 
  background-image: linear-gradient(to bottom, rgba(255,255,255, .4) 0%, rgba(255, 255, 255, 1) 50%);
  z-index: 2;
	
	}
.dropbtn {
  border: none;
}
.switch input[type=checkbox] {
    position: relative;
    visibility: hidden;
    cursor: pointer;
}

.switch input[type=checkbox]:after {
    display: block;
    content: " ☽";
	font-size:2em;
    margin-left: -1.5em;
	margin-top: -0.35em;
    visibility: visible;
    text-align: center;
    cursor: pointer;
}
.wordtitle{
    max-width: 90%;
    font-size: 1.8em;
    line-height: 1em;
		margin-left:0;
    margin: auto;
	overflow-wrap:break-anywhere;
	
word-wrap: break-word;
text-wrap: balance;
-webkit-hyphens: auto;
-ms-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
    font-family: 'aa_titles';
}
.wordtitle:hover, .wordtitle:active, .wordtitle a, div.name:hover > .wordtitle, div.name:active > .wordtitle {
    color: inherit;
    animation: unset;
}

.switch input[type=checkbox]:checked:after {
    display: block;
    content: " ☀";
	font-size:2em;
    margin-left: -1.5em;
	margin-top:-0.35em;
	    visibility: visible;
    text-align: center;
    cursor: pointer;
}
.calm input[type=checkbox]:after {content: " ☯";}
.calm input[type=checkbox]:checked:after {content: " ☆";}
.dropdown {
  position: relative;
  display: inline-block;
  min-width: calc(33vw - 2em);
  width: calc(33vw - 1.5em - 4px);
}
.dropdown a, .dropdown a:hover{font-weight:normal;}
.dropdown-content {
  display: none;
  opacity: 0;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
  min-width: calc(100vw + 10px);
  position: fixed;
  left:0vw;
  color:black;
/*  background-color: #00FF00;
*/  text-transform:capitalize;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10;
/*  padding:0 1em 0 1em;
*/  overflow-y: auto;

}

.dropdown-content a {
  color: black;
  padding:0.2em;
  text-decoration: none;
  border-bottom:2px solid black;
  display: block;
}
.dropdown-content a:last-child{border-bottom:none;padding-bottom:none;}

.dropdown-content a:hover {font-weight: normal;}

.dropdown:hover .dropdown-content {display: block;opacity: 1.0;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;}
iframe{background: white; }
.liminalSpace, #magmenu, .dropdown{
	border-bottom:none;border-top:none;
    color:white;

	/* background: rgb(101,101,101);
	background: -moz-linear-gradient(180deg, rgba(101,101,101,1) 0%, rgba(244,244,244,1) 22%, rgba(254,253,253,1) 36%, rgba(207,207,207,1) 60%, 	rgba(166,166,166,1) 72%, rgba(131,131,131,1) 94%, rgba(92,92,92,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(101,101,101,1) 0%, rgba(244,244,244,1) 22%, rgba(254,253,253,1) 36%, rgba(207,207,207,1) 60%, rgba(166,166,166,1) 72%, rgba(131,131,131,1) 94%, rgba(92,92,92,1) 100%);
	background: linear-gradient(180deg, rgba(101,101,101,1) 0%, rgba(244,244,244,1) 22%, rgba(254,253,253,1) 36%, rgba(207,207,207,1) 60%, rgba(166,166,166,1) 72%, rgba(131,131,131,1) 94%, rgba(92,92,92,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#656565",endColorstr="#5c5c5c",GradientType=1); */
}
details > summary::after {font-size:1.5em;content: "";vertical-align: bottom;}
details[open] > summary::after {font-size:1.5em;content: "";vertical-align: bottom;}
.zoomy{height:100vh;width:auto;z-index:200;cursor: zoom-out;}
.liminalSpace{ background: linear-gradient(180deg, rgba(101, 101, 101, 1) 0%, rgba(244, 244, 244, 1) 22%, rgba(254, 253, 253, 1) 36%, rgba(207, 207, 207, 1) 60%, rgba(166, 166, 166, 1) 72%, rgba(131, 131, 131, 1) 94%, rgba(92, 92, 92, 1) 100%);
}
.liminalSpace, .liminalSpace a{color:black;}
#outercontainer{position:absolute;height:calc(100vh - 2em);}
#toolbarContainer, .findbar, .secondaryToolbar, .editorParamsToolbar {
  position: absolute;
  /* top: 0; */
}
.doorhanger, .doorHangerRight{
  top: 3em;
    position: absolute;
}
.toolbar{top:2em;position:fixed}
#outerContainer{position: relative;
  top: 8em;}
#sidebarContainer, #viewerContainer{inset-block:unset;height: calc(100vh - 1.6em);}
.pdfViewer .canvasWrapper {
    overflow: hidden;
    border-top: none;
    border-left:1px dashed #CCC;
    border-right:1px dashed #CCC;
    border-bottom:1px dashed #CCC;
    background-color: #333;
}
.spread .page, .pdfViewer:is(.scrollHorizontal, .scrollWrapped) .page {
    min-width: calc(50% - 33px);
    background-color: #333;
    /* border: 1px dashed rgb(150 150 150); */
    min-height: auto;
    text-align: -webkit-center;
}
#toolbarViewerMiddle {
    position: relative;
    float: none;
    left: unset; 
    transform: unset;
    color:black;
    padding-left:1em;
}
#thumbnailView{    width: calc(100% - 0px);}
:root{--spreadHorizontalWrapped-margin-LR: -16px;--page-border: 0px solid transparent;    --thumbnail-width: 200px;
    --thumbnail-height: auto;    --page-margin: 1px auto -0px;}