h2.node-type-sil-book h1.page-title,
#book-iframe {
	text-align:center;
}
.node-sil-book.node-teaser .links {
	display: block;
}

.node-sil-book h2 .field-item,
.node-sil-book h3 .field-item {
	text-align: center;
	font-weight: bold;
}

#faq-link, #book-pdfs {
	text-align: center;
	padding-bottom: 25px;
}

#book-pdfs {
	text-align: center;
	margin: 28px auto 0 auto;
}

#book-pdfs-inner {
	display: inline-block;
}
.field-item {
	text-align: left;
}
/* Bibliographic info at the top of the page */
#book-biblio,
#book-iframe {
	margin: 20px 0;
}

#book-iframe iframe {
    max-width: 100% !important;
}

/* Related items */
#book-related {
	width: 55%;
	margin: 0 auto;
}

/* Book reader iframe */
#book-iframe iframe {
	width: 100%;
	height: 750px;
}

/* Links to subjects, Find In, etc */
#book-links {
	width: 80%;
	margin: 0 auto;
}
#book-links img,
#book-links-serial td img{
	height: 30px;
	width: 30px;
}

#book-links,
#book-links-serial td {
	padding: 0 8px 4px 8px;
}
#book-links .fa,
#book-links-serial .fa {
	font-size: 130%;
	text-align: left;
}
#book-links .svg-inline--fa{
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	min-width: 25px;
}
#book-links .field-name-field-pdf-file {
	margin-left: 25px;

}
/* The Abstract */
#book-abstract {
	width: 75%;
	margin: 0 auto;
}
#book-abstract p {
	margin-bottom: 0;
}
#book-readmore {
	text-align:right;
}

#book-citations td {
	vertical-align: middle;
}

/* Links to subjects, Find In, etc specific to serials */
#book-links-serial {
  margin-top: 10px;
  float: left;
  width: 50%;
}
#book-links-serial table {
	width: auto;
  margin: 0 20px 20px 40px;
}
#book-abstract-serial {
	padding: 30px 30px 0 30px;
	clear: both;
}

/* "Share this" links at the bottom of the apge */
#book-share-links {
	width: 290px;
	margin: 20px auto 10px;
	clear: both;
}

.node-type-sil-book ul.links.inline li {
	float: left;
	padding: 0;
	margin-left: 0;
}
.node-type-sil-book ul.links.inline li.mendeley a {
	display: block;
	height: 34px;
	width: 35px;
	text-indent: -10000em;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background: url('images/mendeley_32.png') 0 0 no-repeat;
	text-align: center;
}
.node-type-sil-book div.sharethis-wrapper {
	padding: 10px 3px;
}
.node-type-sil-book ul.links li.sharethis {
  margin-right: 0;
}

/* Serials cover image */
#book-cover {
	text-align: center;
	float: left;
	margin: 20px 0 0 95px;
}

/* Serials volumes list */
#book-serial-volumes {
	margin-top: 20px;
	clear: both;
}

#book-serial-volumes div.field-item {
	width: 33%;
	height: 140px;
	display: block;
	float: left;
	line-height: 140%;
	font-size:95%;
}

#book-serial-volumes img {
	float: left;
	margin-right: 15px;
}

#book-serial-volumes .node-sil-book {
	padding: 5px 15px;
}

#book-serials-title {
	width: 75%;
	margin: 20px auto;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	clear: both;
}

@media (max-width: 767px) { /* mobile */
	#book-cover {
		text-align: center;
		margin: 20px 0;
		float: none;
	}
	#book-cover img {
		display: inline;
	}
	#book-links-serial {
		margin: 20px auto 0 auto;
		float: none;
		width: 90%;
	}
	#book-serial-volumes div.field-item {
		width: 100%;
	}

}

@media (min-width: 768px) and (max-width: 991px) { /* tablet portrait */
	#book-serial-volumes div.field-item {
		width: 49%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {  /* tablet landscape */

}

@media (min-width: 1200px) {  /* desktop */

}

/* Hiding accessibility elements for table in part of SIL book module */
.hideme {height: 1px; border: none }
.noborder{border: none}
.offscreen {height: 1px; width: 1px; position: absolute; overflow: hidden; top: -10px; }
#book-links caption {display: none; }


#related_books_carousel img {
	width: 176px;
	height: auto;
	max-height: 250px;
	margin: 0 auto;
	display: block;
}

#related_books_carousel li {
	text-align: center;
}

.tooltip {
	opacity: 1 !important;
	cursor: pointer !important;
	font-size: 16.5px !important;
	position: relative !important;
}
.tooltip-content {
	width: 300px;
	font-weight: normal;
	line-height: 140%;
}

/* Creative Commons SVG */
.cc0 {
	height: 25px; 
	width: auto;
}

/* Icons below the book reader */
#book-iframe-links {
	margin: 8px auto;
	text-align: left;
	width: 98%;

}
#book-iframe-links .svg-inline--fa {
	font-size: 134%;
}
#book-iframe-links a {
	color: #000;
}
#book-iframe-links img {
	display: inline;
}
.book-iframe-link {
	display: inline-block;
}
#book-full-screen, #book-download, #book-share {
	float:right;
	margin: 0 10px 0 30px;
}
.book-link .cc0 {
	float: left;
	margin: -2px 0 0 8px;
}
.book-link .cc0 img {
	display: inline;
}
.book-link {
	clear: both;
}
.book-link .field-name-field-rights-statement, 
.book-link .field-name-field-other-copyright {
	float: left;
}