/* codeDESIGN - djc2_items_books.css */
@charset "utf-8";

/* DJC2 ITEMS BOOKS */
div.djc2_items_books {
	background: var(--ci_color_white);
	margin: 80px 0px 80px 0px;
	padding: 0px 0px 0px 0px;
}

div.djc2_items_books_wrapper div.row:first-child div.col-md-12 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

div.djc2_items_books_wrapper div.row span.author {
	display: block;
	margin-top: -10px;
	margin-bottom: 30px;
}

div.djc2_items_books div.row.book:not(:last-child) {
	margin-bottom: 60px;
}

div.djc2_items_books div.djc_items_books_sample {
	width: 100%;
	margin-top: 62px;
}

div.djc2_items_books div.djc_items_books_sample span {
	display: block;
	position: relative;
	float: left;
	width: 100px;
	top: 38px;
}
div.djc2_items_books div.djc_items_books_sample a {
	display: block;
	float: right;
	width: calc(100% - 100px);
}
div.djc2_items_books div.djc_items_books_sample a img {
	width: 100px;
}