@charset "utf-8";
@media only screen and (max-width: 750px)
{
	main > form > p:nth-of-type(1) {display: inline-flex; margin: 1em 0 0;}
	#pathCode {height: 1.7em; margin: 0 5px 0 0;}
	main > form > p:nth-of-type(1) > input {height: 1.7em;}
}
@media only screen and (max-width: 520px)
{
	#unallocatedGal_gallery > form > div:nth-of-type(2) {display: inline-flex; margin: 1em 0 0;}
	#unallocatedGal_gallery > form > div:nth-of-type(2) > select {height: 1.7em; margin: 0 5px 0 0;}
	#unallocatedGal_gallery > form > div:nth-of-type(2) > input {height: 1.7em;}
	main > form > p:nth-of-type(2) {display: inline-flex; margin: 1em 0 0;}
	main > form > p:nth-of-type(2) > input {height: 1.7em; margin: 0 0 0 1em;}
}
