.messebanner {
	margin-top: 20px;
	display: none;
}

.home .messebanner {
	display: block;
}

.pdffiles {
	padding: 10px 0px 10px 5px;
}

.pdffiles img {
	border: solid 1px #C7C7C7 !important;
	border-radius: 5px !important;
	width: 147px;
}

.pdffiles p {
	max-width: 150px;
	text-align: center;
	line-height: 1.2em;
}

.pagination select {
	margin-bottom: 30px;
}

.stafftable {
	table-layout: fixed;
}


.stafftable img {
	max-width: 179px !important;
}

#module-147 .row-fluid p{
	max-width: none;
}

#module-147 .row-fluid img{
	width: 100%;
	margin-bottom: 10px;
	max-width: 300px;
}

@media(max-width: 980px){
	#module-147 .row-fluid .offset1{
		margin-left: 0px;
	}
	
	#module-147 .row-fluid [class*="span"]{
		margin-bottom: 20px;
	}

}