/* Remove hyphenation of content */
.entry-content {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: initial;
}

/* Style the Publications Table */
.publications-table {
	border: none;
}

.publication-desc {
	background-color: #f7f5e7;
}
