.footerbtnsimg{
	max-width: 100%;
}
.btns {
    display: flex;
	justify-content: center;
	align-items: center;
    flex-direction: column;
    justify-content: space-around;
    margin: 0px 12px 0px 12px;
    cursor: pointer;
}
.btns-txt{
	text-align: center;
	font-size: 1rem;
}
.cartcompactgridBooks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    cursor: pointer;
    height: 100%;
    font-size: 0.8rem;
    font-weight: 900;
    background: url(../img/icon-shopping-cart_50px.png);
    background-repeat: no-repeat;
	background-size: auto;
    background-position: top center;
    /* filter: invert(1) brightness(0.8); */
    padding-right: 5px;
}
.greenlink{
	color: #0b870e !important;
	text-decoration: underline !important;
	cursor: pointer !important;
}
.smashedtitle{
    font-weight: 600;
    font-size: 1.8rem;
    color: #CCCCCC;
    text-align: center;
}
epigraph{
    display: block;
    padding-left: 30%;
    font-style: italic;
}
text-author{
    display: block;
    text-align: right;
}
emphasis{
    font-style: italic;
    /*font-weight: 600;*/
}
stanza{
    display: block;
    padding-bottom: 15px;
}
stanza>v{
    display: block;
}
sup{
    display: none;
}
.mysteryText{
    padding-left: 10%;
    padding-right: 10%;
    text-align: justify;
}
.bookcontent{
    color: #CCCCCC;
    font-weight: 600;
    padding-top:15px;
    padding-bottom:15px;
}
.bookcontent>a{
    color: white;
    padding-left: 20px;
}
.bookBlock{
    font-size: 1.2rem;
    padding:25px;
    border-style: solid;
    border-width: 0px;
    border-radius: 10px;
    color: #8d8d8d;
    background-color: #292929;
    box-shadow: 0px 0px 5px 5px #141414;
    -webkit-box-shadow: 0px 0px 5px 5px #141414;
}
.bookBlockHeader{
	font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 1pt;
    color: #c1c1c1;
    padding-bottom: 20px;
}
.bookBlockStoryLink{
    display: flex;
	font-size: 1.2rem;
    padding:25px;
    border-style: solid;
    border-width: 0px;
    border-radius: 10px;
    color: #8d8d8d;
    background-color: #292929;
    box-shadow: 0px 0px 5px 5px #141414;
    -webkit-box-shadow: 0px 0px 5px 5px #141414;
	cursor: pointer;
	margin-top:25px;
}
.bookLinkTxt{
	padding-left: 25px;
}
.bookintro{
    font-size: 1.2rem;
    padding:25px;
    
    border-style: solid;
    border-width: 0px;
    border-radius: 10px;
    color: #8d8d8d;
    background-color: #292929;
    box-shadow: 0px 0px 5px 5px #141414;
    -webkit-box-shadow: 0px 0px 5px 5px #141414;
    
}
.bookVignette{
    padding:10px;
    padding-top:25px;
}
.bookAuthor{
    padding: 15px;
    color: #CCCCCC;
    font-size: 1.8rem;
    font-weight: 600;
}
.bookTitle{
    padding: 5px;
    color: #CCCCCC;
    font-size: 2rem;
    font-weight: 600;
}
.bookTranlsator{
    padding: 20px;
    font-size: 1.2rem;
    /*line-height: 1.0;*/
}
.bookPublisher{
    font-size: 1.2rem;
}
.bookYear{
    padding-bottom:20px;
    font-size: 1.2rem;
}