Template:Gallery/sandbox/styles.css

.gallery-mod-sb,
.gallery-mod-sb table {
	background: transparent;
	display: table;
	margin-top: .5em;
}
.gallery-mod-sb-collapsible {
	width: 100%;
}
.gallery-mod-sb-center {
	margin: 0 auto;
}
.gallery-mod-sb .title {
	text-align: center;
	font-weight: bold;
	padding-bottom: .5em
}
.gallery-mod-sb .body {
	align-content: start;
	flex-wrap: wrap;
	flex-direction: row;
	display: flex;
}
.gallery-mod-sb-box {
	float: left;
	border-collapse: collapse;
	margin: 3px !important;
}
.gallery-mod-sb-box .thumb {
	border: 1px solid #ccc;
	background-color: #F8F8F8;
	padding: 0;
	text-align: center;
}
.gallery-mod-sb-text {
	vertical-align: top;
}
.gallery-mod-sb-text td {
	display: block;
	font-size: small;
	padding: 0;
}
.gallery-mod-sb-text .caption {
	line-height: 1.25em;
	padding: 6px 6px 1px 6px;
	margin: 0;
	border: none;
	border-width: 0;
	text-align: left;
}
.gallery-mod-sb .footer {
	text-align: right;
	font-size: 80%;
	line-height: 1em;
}