/* --- module: gallery-blueimp --- */

.galleryBlueimp .gallerylinks {
	padding: 30px 0px 0px 0px;
}
.galleryBlueimp .swTable {
	table-layout: fixed;
}
.galleryBlueimp .imgdescription {
	padding: 5px 3px 20px 3px;
}



/* injection */
.blueimp-gallery .description .text {
	text-shadow: 0px 0px 2px #000;
}
.blueimp-gallery .download {
	display: none;
}
.blueimp-gallery.blueimp-gallery-controls .download {
	display: block;
	position: absolute;
	bottom: 15px;
	left: 15px;
	background-image: url(../../images/blueimp-gallery/download.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	opacity: 0.5;
}





