.row #lab-picture {
	width: 100%;
}

.lab-member img {
	max-width: 100%;
}

figcaption {
	text-align: center;
	margin: 2px;
}

.transparent {
	background-color: transparent !important;
}

#pubTable {
	width: 100%;
}

.logo {
	width: 150px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	display: block;
}

@media(min-width:768px) {
	.logo {
		float: right;
	}

	#acknowledgements {
		float: left;
		transform: translateY(20%);
	}
}

#pubTable td {
	border-bottom: 1px solid #ddd;
}