#main-search {
	overflow: visible!important;
	min-height: 105px;
}
.twitter-typeahead {
	width: 100%;
}
.tt-dropdown-menu {
	width: 100%;
	background-color: white;
}
.tt-hint {
	color: rgba(128, 128, 128, 0.89)!important;
	font-size: 18px!important;
	margin-top: 10px!important;
}
.tt-dropdown-menu {
border: 1px solid rgba(128, 128, 128, 0.21);
box-shadow: 1px 1px 5px rgba(128, 128, 128, 0.19);
border-radius: 3px;
}
.tt-suggestion p {
font-size: 18px;
padding: 5px 0 5px 3px;
display: inline-block;
}
.tt-suggestion{
	border-bottom: 1px solid rgba(128, 128, 128, 0.13);
}
.tt-suggestion:last-child{
	border: 0;
}
.tt-suggestion.tt-is-under-cursor {
color: #fff;
background-color: #0097cf;
}
.repo-title {
width: 75%;
}
.repo-category {
text-align: right;
font-size: 13px!important;
margin-right: 5px;
font-weight: bold;
width: 22.5%;
vertical-align: top;
}
.repo-address {
font-size: 13px!important;
padding-top: 3px!important;
margin-top: 0!important;
color: rgb(82, 80, 80);
display: block !important;
}
.vss-loader {
	background-image: url(../images/ajax-loader.gif)!important;
	background-repeat: no-repeat!important;
	background-position: 341px 15px!important;
}
@media(max-width: 999px) and (min-width: 803px) {
  #main-search {
		min-height: 150px;
	}
}

@media(max-width: 798px){
  #main-search {
		min-height: 224px;
	}
}