.mg-album-gallery {
	-webkit-box-sizing: border-box !important;
	   -moz-box-sizing: border-box !important;
			box-sizing: border-box !important;
}
.mg-album-gallery h1,
.mg-album-gallery h2,
.mg-album-gallery h3,
.mg-album-gallery h4,
.mg-album-gallery h5,
.mg-album-gallery h6 {
	margin-top: 5px !important;
	margin-bottom: 10px !important;
	line-height: 1.2em !important;
}
.mg-album-gallery h1 {
	font-size: 2em !important;
}
.mg-album-gallery h2 {
	font-size: 1.5em !important;
}
.mg-album-gallery h3 {
	font-size: 1.17em !important;
}
.mg-album-gallery h4 {
	font-size: 1em !important;
}
.mg-album-gallery h5 {
	font-size: 0.83em !important;
}
.mg-album-gallery h6 {
	font-size: 0.67em !important;
}
.mg-album-gallery .clear {
	clear: both !important;
}
.mg-album-gallery .mg-album-gallery-thumb {
	-webkit-box-sizing: content-box !important;
       -moz-box-sizing: content-box !important;
			box-sizing: content-box !important;
}
.mg-album-gallery .mg-album-gallery-thumb:before,
.mg-album-gallery .mg-album-gallery-thumb:after {
  -webkit-box-sizing: content-box !important;
     -moz-box-sizing: content-box !important;
          box-sizing: content-box !important;
}
.mg-album-gallery .mg-album-gallery-thumb img {
	-webkit-box-sizing: content-box !important;
       -moz-box-sizing: content-box !important;
			box-sizing: content-box !important;
	padding: 5px !important;
	display: block !important;
	-ms-interpolation-mode: bicubic !important;
	-webkit-border-radius: 0px !important;
	   -moz-border-radius: 0px !important;
			border-radius: 0px !important;
}
.mg-album-gallery .mg-album-gallery-thumb img:before,
.mg-album-gallery .mg-album-gallery-thumb img:after {
  -webkit-box-sizing: content-box !important;
     -moz-box-sizing: content-box !important;
          box-sizing: content-box !important;
}
.mg-album-gallery .mg-album-gallery-title {
	word-break: break-all !important;
	word-break: break-word !important; /* Non-standard for webkit */
	-ms-word-break: break-all !important;
	-o-word-break: break-all !important;
	-webkit-hyphens: auto !important;
	-moz-hyphens: auto !important;
	-o-hypens: auto !important;
	hyphens: auto !important;
}