.books-filter {
	padding-bottom: 40px;
}

.books-filter .label {
	float: left;
	padding-top: 5px;
}

.books-filter > input[type="text"] {
	width: 20%;
	float: left;
	margin-left: 20px;
	padding: 6px 10px;
}

.books-filter select {
	width: 15%;
	float: left;
	margin-left: 20px;
}

.books-block {
	margin-bottom: 20px;
	display: flex;
}

.books-block .books-title h4 {
	font-weight: bold;
 	color: #003062;
}

.books-block .books-info {
 	color: #333;
}

.books-block .books-img {
	width: 30%;
	float: left;
}

.books-block .books-desc {
	width: 60%;
	float: left;
	padding-left: 20px;
}

.journals-block, .bookchapters-block {
	margin-bottom: 20px;
}

.publication-monthly-page .publication-monthly-block  {
	margin-bottom: 20px;
}

.publication-monthly-page .publication-monthly-block h5 {
	margin-bottom: 15px;
}

.publication-monthly-page .publication-monthly-block .publication {
	color: #003062;
}

.publication-info > div {
    margin-bottom: 10px;
}
