_ _    _ _____  ___   __                       
 __      _(_) | _(_)___ / ( _ ) / /_   ___ ___  _ __ ___  
 \ \ /\ / / | |/ / | |_ \ / _ \| '_ \ / __/ _ \| '_ ` _ \ 
  \ V  V /| |   <| |___) | (_) | (_) | (_| (_) | | | | | |
   \_/\_/ |_|_|\_\_|____/ \___/ \___(_)___\___/|_| |_| |_|

Module:Gallery/sandbox/styles.css

In this article we will explore Module:Gallery/sandbox/styles.css, a topic that has generated interest and debate in various areas. Since its emergence, Module:Gallery/sandbox/styles.css has captured the attention of many people and sparked different points of view and opinions. Over time, Module:Gallery/sandbox/styles.css has evolved and has become a relevant topic in today's society. In this article, we will examine the different aspects and perspectives related to Module:Gallery/sandbox/styles.css, with the aim of offering a comprehensive and balanced view on this topic. In addition, we will analyze its impact on various sectors and how it has influenced the way we face and address the challenges that arise.
/*  */
@media all and (max-width: 720px) {
	.mod-gallery-sb {
		width: 100% !important;
	}
}

.mod-gallery-sb {
	display: table;
}

.mod-gallery-sb-default {
	background: transparent;
	margin-top: 4px;
}

.mod-gallery-sb-center {
	margin-left: auto;
	margin-right: auto;
}

.mod-gallery-sb-left {
	float: left;
}

.mod-gallery-sb-right {
	float: right;
}

.mod-gallery-sb-none {
	float: none;
}

.mod-gallery-sb-collapsible {
	width: 100%;
}

.mod-gallery-sb .title,
.mod-gallery-sb .main,
.mod-gallery-sb .footer {
	display: table-row;
}

.mod-gallery-sb .title > div {
	display: table-cell;
	padding: 0 4px 4px;
	text-align: center;
	font-weight: bold;
}

.mod-gallery-sb .main > div {
	display: table-cell;
}

.mod-gallery-sb .gallery {
	line-height: 1.35em;
}

.mod-gallery-sb .footer > div {
	display: table-cell;
	padding: 4px;
	text-align: right;
	font-size: 80%;
	line-height: 1em;
}

.mod-gallery-sb .title > div *,
.mod-gallery-sb .footer > div * {
	overflow: visible;
}

.mod-gallery-sb .gallerybox img {
	background: none !important;
}

.mod-gallery-sb .bordered-images .thumb img {
	outline: solid #eaecf0 1px;
}

.mod-gallery-sb .whitebg .thumb {
	background: #fff !important;
}