@charset "UTF-8";
#target-select {
	overflow: hidden;
	height: 40px;
}

#target-select label {
	display: inline-block;
	margin-bottom: 5px;
	padding-top: 10px;
}

#target-select select {
	display: inline-block;
	font-size: 14px;
	width: 150px;
	/*background-color: #eee;*/
	margin-left: 0px;
}

@media (max-width: 768px) {
	#target-select select {
		width: 130px;
	}
}

@media (max-width: 419px) {
	#target-select label {
		padding-top: 0px;
	}

	#target-select select {
		margin-left: 0px;
	}
}


