font-family: Helvetica, sans-serif;
.react-autosuggest__container {
.react-autosuggest__input {
font-family: Helvetica, sans-serif;
.react-autosuggest__input--focused {
.react-autosuggest__input--open {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
.react-autosuggest__suggestions-container {
.react-autosuggest__suggestions-container--open {
font-family: Helvetica, sans-serif;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
.react-autosuggest__suggestions-list {
.react-autosuggest__suggestion {
.react-autosuggest__suggestion--highlighted {
.react-autosuggest__suggestion-match {
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
-moz-box-shadow: 4px 4px 14px #B4B4B4;
-webkit-box-shadow: 4px 4px 14px #B4B4B4;
box-shadow: 4px 4px 14px #B4B4B4;
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=.2);
##Screen = 1281px to higher resolution desktops
@media (min-width: 1281px) {
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
@media (min-width: 1025px) and (max-width: 1280px) {
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
@media (min-width: 768px) and (max-width: 1024px) {
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
@media (min-width: 481px) and (max-width: 767px) {
.react-autosuggest__input { width: 90% !important; }
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
@media (min-width: 320px) and (max-width: 480px) {
.react-autosuggest__input { width: 90% !important; }