.bookPreview {
	overflow: auto;
	border-bottom: 1px dotted #777;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.coverPreviewList {
	
}

.bookPreviewList {
	margin-left: 0px;
	overflow: auto;
	margin-bottom: 5px;
}

.bookPreviewList h2 {
	margin: 0px;
}

.publishDate {
	font-size: 10pt;
	font-style: italic;
}

.tag {
	display: inline-block;
	padding: 0px;
	vertical-align: middle;
	color: white;
	margin-right: 2px;
	border-radius: 5px;
}

.tag a {
	color: white;
}

.pagination {
	display: inline-block;
}

.pagination a {
	background-color: #FAFAFA;
	color: black;
	float: left;
	padding: 8px 16px;
	margin-right: 1px;
	text-decoration: none;
	transition: background-color 0.3s;
}

.pagination a.active {
	background-color: #4caf50;
	color: white;
}

.pagination a:hover {
	background-color: #4caf50;
	transition: background-color 0.3s;
	text-decoration: none;
	color: white;
}


.treeIconBlk {
	width: 20px;
	height: 20px;
	overflow: hidden;
	float: left;
}
.treeNameFloat {
	float:left;
}
.treePropFloat {
	float:right;
	width: 150px;
	text-align: right;
}

.treeLine {
	display: block;
	overflow:auto;
	clear:both;
	border-bottom: 1px solid #EEE;
	margin-top: 4px;
}
.treeLineHead {
	display: block;
	overflow:auto;
	clear:both;
	background-color: #EEE;
	padding-bottom: 4px;
}




.pagination


 


a




:hover




:not


 


(
.active


 


)
{
background-color




:


 


#ddd




;
}

/********************************************************************************************************************/
.bookMainImage {
	width: 200px;
	height: 200px;
	float: right;
}

@media screen and (max-width: 600px) {
	.bookMainImage {
		width: 100px;
		height: 100px;
	}
}

/********************************************************************************************************************/
.listPreviewImage {
	width: 100px;
	height: 100px;
	float: right;
}

.listPreviewImageHalf {
	width: 50px;
	height: 50px;
	float: right;
}

.profilePicSmall {
	width: 75px;
	height: 75px;
	float: right;
}

.subItemPreviewImage {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
}

@media screen and (max-width: 600px) {
	.listPreviewImage {
		width: 75px;
		height: 75px;
	}
	.listPreviewImageHalf {
		width: 36px;
		height: 36px;
	}
}

/********************************************************************************************************************/
.rightFloat {
	float: right;
}

.like, .like H1, .like H2, .like a {
	color: #999;
	font-size: 10pt;
	font-weight: lighter;
	display: inline;
	margin-left: 5px;
	vertical-align: top;
}

.liked, .liked H1, .liked H2, .liked a {
	color: #FF0000;
	font-weight: bold;
}