.gallery-table {
	width: 100%;
	border-top: 1px dotted #ccc;
	margin-top: 14px;
	border-left: 1px dotted #ccc;
}

.has_filters .gallery-table {
	position: relative;
	top: 54px;
}

.gallery-table tr {
	border-bottom: 1px dotted #ccc;
}

.gallery-table-td-info {
	display: none;
	padding: 14px;
	font-size: 12px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index:999999;
	border: 1px solid #ccc;
	text-align: left;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color='#888')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color='#888');
}

.gallery-table-td:not(.hover-enabled) .gallery-table-td-info {
	display: block;
	position: static;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.gallery-table-td {
	width: 25%;
	position: relative;
	padding: 14px 14px 42px;
	vertical-align: middle;
	border-right: 1px dotted #ccc;
}

.gallery-table-td-img, .gallery-table-td img {
	border: 1px solid #ccc;
	display: block;
	margin: 0 auto;
	padding: 7px;
	max-width: 170px;
	max-height: 170px;
	position: relative;
	z-index: 0;
	min-width: 100px;
}

	.gallery-table-td:not(.hover-enabled) .gallery-table-td-img, .gallery-table-td:not(.hover-enabled) .gallery-table-td img {
		width: 100%;
		height: auto;
		max-width: 100% !important;
		min-width: 0;
	}

.gallery-table-td-actions {
	position: absolute;
	bottom: 7px;
}

@media (max-width: 768px) {
	.content {
		margin-top: 0px !important;
	}
}


img.digitaliseren-button 
{
    min-width: 0px;
    padding: 0px;
    border: 0px;
}