#searchform input[type="submit"] {
	width: 25%;
	}

.twitter-typeahead {
	width: 100% !important;
	}

.twitter-typeahead * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

.tt-query,
.tt-hint {
    padding: 10px 10px 10px 20px;
    outline: none;
    width: 100% !important;
    vertical-align: inherit !important;
    border: 0;
    margin: 15px 0 0 0;
    font-family: Ultramagnetic, sans-serif;
    font-size: 24px;
}

.tt-hint {
	color: #999
	}

.tt-dropdown-menu {
	width: 100%;
	padding: 8px 0;
	background-color: #ECECEC;
    font-family: Ultramagnetic, sans-serif;
	}

	.tt-dropdown-menu p {
		margin: 5px 0 !important;
		}

	.tt-dropdown-menu a {
		color: #444 !important;
		border: 0 !important;
		display: block;
		text-decoration: none !important;
		}

.tt-suggestion {
	padding: 3px 10px;
	font-size: 24px;
	line-height: 24px;
    border-bottom: 2px solid white;
	}

.tt-suggestion.tt-is-under-cursor {
	color: #fff;
	background-color: #0097cf;
	}

	.tt-suggestion.tt-is-under-cursor a {
		color: #fff !important;
		}

.tt-suggestion p {
	margin: 0;
	}

/* rtl support */
.twitter-typeahead.tt-rtl {
	direction: rtl;
	}

.twitter-typeahead.tt-rtl .tt-dropdown-menu {
	left: auto;
	right: 0;
	}