/*## search_content 0em bottom*/

p.searchcontent {
    padding-bottom: 0em !important;
   }

 
span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
    min-width: 210px;
    padding: 0;
    margin: 0;
    text-align: left;
    background-color: white;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
    border-top: 0;
    width: auto;
  }
@media (max-width: 992px) {
    span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .tt-dropdown-menu {
      border: none;
    }
  }
@media (max-width: 767px) {
    span.twitter-typeahead .tt-menu, 
    span.twitter-typeahead .tt-dropdown-menu {
      width: 100%;
    }
  }
  
span.twitter-typeahead .tt-suggestion {
    display: block;
    clear: both;
    font-weight: normal;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    font-size: 1.02em;
    padding: 0.3em 0.6em;
    line-height: 23px;
  
  }
@media (max-width: 767px) {
    span.twitter-typeahead .tt-suggestion {
      padding: 10px 16px;
    }
  }
  
span.twitter-typeahead .tt-suggestion strong {
    font-weight: normal;
    color: rgb(178,0,23)
  }
  
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
    text-decoration: none;
    outline: 0;
    background-color: #f0f0f0;
  
  }
.search-inline__input-wrapper .twitter-typeahead {
    display: inline !important;
    }
.search-inline__input-wrapper .tt-menu {
     top: 30px !important;
   }
  
.left2px {
  margin-left: 2px;
}