
#repo_search {
   margin-bottom:1em
}
div#repo_search form{
   display:inline;
}
#search_box, #search_button {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   position: relative;
}
#search_button {
   width:100%;
}
#search_box input {
   padding-right: 30px;
   border-radius: 0px;
}
#search_box i {
   position: absolute;
   right: 10px;
   padding: 10px 12px;
   pointer-events: none;
}

#faceted_path {
   display: none; /* until facetted search is under development */
   color: #555;
}
#faceted_search {
   display: none; /* until facetted search is under development */
   color: #555;
}

ul#search_more {
   color: #555;
   font-size: 100%;
   padding-left: 0px;
   list-style: none;
   line-height: 15px;
}
ul#search_more li{
}

#repo_search {
   margin-bottom:1em
}
