.wp-show-posts-entry-summary { display: none; }
.single-featured-image-header { display: none; }
.site-info { display: none; }
.available {
    border-collapse: collapse;
    width: 100%;

}

.available td, .available th {
    border: 1px solid #ddd;
    padding: 8px;
}

.available tr:nth-child(even){background-color: #f2f2f2;}

.available tr:hover {background-color: #f7b471;}

.available th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #f7b471;
    color: white;
}



.notavailable {
    border-collapse: collapse;
    width: 100%;

}

.notavailable td, .notavailable th {
    border: 1px solid #ddd;
    padding: 8px;
  text-decoration-line: line-through;
  text-decoration-color: red;
  text-decoration-style: wavy;  
}

.notavailable tr:nth-child(even){background-color: #f7b471;}

.notavailable tr:hover {background-color: #ddd;}

.notavailable th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}



#booktitles ul {list-style-type: georgian;
list-style-position: outside;
margin-left: 5%}

#booktitles li {padding: 0px 10px 0px 5px;
margin: 15px;}

#booktitles a {
text-decoration: none;
webkit-box-shadow: inset 0 0 0 hsl( 32, 50%, 6% );
    box-shadow: inset 0 0 0 hsl( 32, 50%, 6% );}

#booktitles a:hover {
  color: #f7b471;
  text-decoration: none;
  webkit-box-shadow: inset 0 0 0 hsl( 32, 50%, 6% );
		box-shadow: inset 0 0 0 hsl( 32, 50%, 6% );}

a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited {
	box-shadow:inset 0px 1px 0px 0px #a6827e;
	background:linear-gradient(to bottom, #7d5d3b 5%, #634b30 100%);
	background-color:#7d5d3b;
	border-radius:3px;
	border:1px solid #54381e;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #4d3534;
		display: none;
}
a.wp-show-posts-read-more, a.wp-show-posts-read-more:hover {
	background:linear-gradient(to bottom, #634b30 5%, #7d5d3b 100%);
	background-color:#634b30;
			color:#ffffff;
		display: none;
}
a.wp-show-posts-read-more, a.wp-show-posts-read-more:active {
	position:relative;
	top:1px;
			color:#ffffff;
		display: none;
}

.wp-show-posts-entry-title {text-align:center;}
.wp-show-posts-entry-date {text-align:center; display: none;}