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

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

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

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

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

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