#psp_Minify {
	&>div {
		&:nth-of-type(3),
		&:nth-of-type(4),
		&:nth-of-type(6) {
			margin-left: px(25);
		}
		&:nth-of-type(3),
		&:nth-of-type(6) {
			select {
				width: auto !important;
			} 
		}
		&:nth-of-type(4) {
			margin-bottom: px(25);
		}
		&:nth-of-type(6) {
			margin-bottom: px(25);
			margin-top: px(25);
		}
	}
}