
.search-form button {
    z-index: 9999;
    padding: 0;
}
.search-form button {
    position: absolute;
    right: 15px;
    top: 24px;
    bottom: 0;
    max-width: 35px;
    line-height: 35px;
    border: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-weight: inherit;
}
.jet-title{
	font-size: 24px;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-top: 24px;
	text-align: center;
}
.search-form {
	margin-top: 24px;
}
.jet-drop-down {
    margin-top: 18px;
}
.jet-drop-down a {
    color: #ffffff;
}
.jet-top {
    top: 39px;
}