/*launch site*/
.launch-site-select {
	display: block !important;
	width: 303px;
}

/* sonde number*/
.long-select {
	width: 80%
}
@media (min-width: 1200px) {
	.long-select {
		width: 90%;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.long-select {
		width: 100%;
	}
}

.receivers-list-mask {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100px;
	background: linear-gradient(0, #FFF, transparent);
}
