#photoswipe_admin h3{
	line-height: 24px;
}

#photoswipe_admin input[type="text"]{
	width: 50%;
	font-size: 12px;
}

#photoswipe_admin .fl_box{
	float: left;
	width: 25%;
}

#photoswipe_admin .ps_border{
	clear:both; padding-bottom:15px; border-bottom:solid 1px #e6e6e6;
}

/* PhotoSwipe Plugin */

.gallery-columns-2 .msnry_item {
  max-width: 50%;
}
.gallery-columns-3 .msnry_item {
  max-width: 33.3%;
}
.gallery-columns-4 .msnry_item {
  max-width: 25%;
}
.gallery-columns-5 .msnry_item {
  max-width: 20%;
}
.gallery-columns-6 .msnry_item {
  max-width: 16.66%;
}
.gallery-columns-7 .msnry_item {
  max-width: 14.28%;
}
.gallery-columns-8 .msnry_item {
  max-width: 12.5%;
}
.gallery-columns-9 .msnry_item {
  max-width: 11.11%;
}	

@media screen and (max-width: 800px) {
	
	#photoswipe_admin .fl_box{
		float: left;
		width: 50%;
	}

}

@media screen and (max-width: 600px) {
	
	#photoswipe_admin p,
	#photoswipe_admin label{
		font-size: 10px;
	}
}