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

.twitter-typeahead {
	width: 70% ;
	background-color: transparent;
	}


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

.tt-query,
.tt-hint {
	padding: 6px;
	outline: none;
	width: 100% !important;
	vertical-align: inherit !important;
	}

.tt-hint {
	color: #999
	}

.tt-dropdown-menu {
	width: 98.2%;
	margin: 0 15px;
	padding: 8px;
	background-color: #fff;
	border: none;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	text-shadow: none;
	}


.tt-suggestion.tt-is-under-cursor {
	color: #fff;
	background-color: #1aa6b7;
	}

	.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;
	}