.publication {
	clear: both;
	text-align: left;
	margin-top: 1em;
}

.pub-repimg-container {
	float: left;
	outline: 2px solid rgba(0,0,0,0.5);
	margin-bottom: 1em;
	width: 258px;
	max-width: 48%;
	margin-right: 1em;
}
.pub-repimg-container:hover {
	outline-color: #c00;
}

.pub-authors, .pub-title, .pub-links, .pub-note, .pub-award, .pub-bnote {
	display: block;
}

.pub-venue {
	font-style: italic;
}

.pub-title {
	font-weight: bold;
}

.pub-link img {
	margin: 2px 5px -3px 0px !important;
	border: 0px !important;
	width:  16px;
	height: 16px;
	width: 1.1em;
	height: 1.1em;
	margin: 0 0.3em -0.2em 0;
}

.pub-link a {
	white-space: nowrap;
}

.pub-links .pub-link + .pub-link:before {
    content: ",";
    margin-right: 0.5em;
}

.publication .pub-award {
	display: block;
	color: rgb(255,116,93);
}

.publication .pub-award::before {
	content: "";
	background: no-repeat url('/images/icon-star.svg');
	display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: .3em;
	margin-bottom: -.1em;
}

@media only screen and (max-width: 542px) {
	.pub-repimg-container {
		float: none;
		max-width: none;
	}
}