/*html{
    position: relative;
    min-height: 100%;
}
body{
    height: 100%;
}*/
#book-page{
    position: relative;
}
#book-placeholder{
    width: 400px;
    height: 2px;
    background: #050488;
    position: absolute;
    top: 32px;
    left: calc(50% - 200px);
    text-align: center;
}
#book-placeholder-message{
    margin: 0 auto;
    line-height: 64px;
    color: #DBC4FF;
    height: 100px;
    padding: 15px;
    background: #041590;
}

#book-navigation-supplement{
    position: relative;
    z-index:64;
}

#book-navigation-elements{
    float: right;
    margin-top: 7px;
}

#book-navigation-elements div{
    float: left;
    margin: 0 5px;
    padding: 4px;
    border: 1px solid #A0A0A0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #CECECE;
}
#book-navigation-elements div.inactive{
    background-color: #919191;
    color: #B3B3B3;
}
.book-navigation{
    cursor: pointer;
}
#book-navigation-elements .book-navigation.inactive{
    cursor: not-allowed;
}
#book-navigation-elements .book-navigation:not(.inactive):hover{
    color: black;
    background-color: #DEDEDE;
}
#book-navigation-elements .book-navigation:not(.inactive):active{
    background-color: #0f99ea;
}
.book-navigation img{
    width: 23px;
}
.book-navigation.graph img{
    fill: white;
}

#book-page a{
    color: maroon;
    cursor: help;
}

.astropedia-image-container{
    position: relative;
    /*width: 200px;*/
    /*max-width: 100%;*/
    width: auto;
    border: 2px solid #CCC;
    padding: 5px;
    margin: 5px;
}/*.astropedia-image-container.wrap-left{
    float: left;
}.astropedia-image-container.wrap-right{
    float: right;
}*/
.astropedia-image{
    max-width:100%;
    /*width: auto;*/
    /*cursor: all-scroll;*/
    border: 1px dashed #DCDCDC;
}
.astropedia-image-caption{
    position: relative;
    display: inline-block;
    /*max-width: 100%;*/
    width: auto;
    font-size: 12px;
    color: #656565;
    font-style: italic;
    max-height: 53px;
    overflow: hidden;
}
.astropedia-image-caption-gradient{
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 93%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 93%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 93%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.astropedia-image-container.tmce{
    /*cursor: col-resize;*/
    position: relative;
    z-index:2;
}
.astropedia-image-container.tmce .astropedia-image,
.astropedia-image-container.tmce .astropedia-image-caption{
    position: relative;
    z-index:-1;
}

.astropedia-outer-thingy{
    display: flex;
}

@media only screen and (max-width: 640px){
    #book-navigation-supplement{
        float: left;
    }
}

.cachetonAndVeronica{
	border: 5px dotted red;
}
