
table.listbooks th.th_picture{width: 82px;}
table.listbooks th.th_name{width: 400px;}
table.listbooks th.th_serialname{width: 400px;}
table.listbooks th.th_part{width: 10px; text-align: center;}
table.listbooks th.th_author{width: 220px;}
table.listbooks th.th_isbn{width: 10px;}
table.listbooks th.th_icons{width: 10px;}

table.listbooks td.td_img {text-align: center; vertical-align: middle;}
table.listbooks td.td_name {padding-left: 8px;}
table.listbooks td.td_isbn {white-space: nowrap;}
table.listbooks td.td_icons {text-align: center}
table.listbooks td.td_part {text-align: center}

table.listbooks td.td_serietitle span.originalserietitlelang {font-size: 9px;}

.book-img {
	width: 80px;
	height: 110px;
	cursor: pointer;
}

.book-img:hover {
    filter: brightness(120%);
}

div.div_iconlinks {
	white-space:normal;
	width: 16px;
	margin: 0 auto;
}

div.info_nextisbn {
	font-size: 9px;
	font-style: italic;
	text-align: center;
}






