<style >
  .typeahead,
  .tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
  .tt-hint {
      width: 396px;
      height: 30px;
      padding: 8px 12px;
      font-size: 24px;
      line-height: 30px;
      border: 2px solid #ccc;
      border-radius: 8px;
      outline: none;
  }

  .tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }

  .tt-hint {
      color: #999;
  }

  .tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
      width: 422px;
      margin-top: 12px;
      padding: 8px 0;
      background-color: #fff;
      border: 1px solid #ccc;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 8px;
      box-shadow: 0 5px 10px rgba(0,0,0,.2);
  }

  .tt-suggestion {
      padding: 3px 20px;
      font-size: 18px;
      line-height: 24px;
  }

  .tt-suggestion.tt-is-under-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
      color: #fff;
      background-color: #0097cf;

  }

  .tt-suggestion p {
      margin: 0;
  }

  .tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
  }

  .tt-suggestion p {
    margin: 0;
    font-size: 18px;
    text-align: left;
  }

  .twitter-typeahead {
    width: 100%;
  }
    html:not(.ismobile) .page-loader {
    background: transparent;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 7;

    }

    html:not(.ismobile) .page-loader .preloader {
    width: 50px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -55px;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 3000ms;
    animation-duration: 3000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    }

    html:not(.ismobile) .page-loader .preloader p {
    white-space: nowrap;
    position: relative;
    left: -9px;
    top: 22px;
    color: #CCC;
    }

    html.ismobile .page-loader {
    display: none;
    }
    .preloader.pls-red .plc-path {
    stroke: #f44336;
    }

    .preloader.pls-blue .plc-path {
      stroke: #2196f3;
    }

    .preloader.pls-green .plc-path {
      stroke: #4caf50;
    }

    .preloader.pls-yellow .plc-path {
      stroke: #ffeb3b;
    }

    .preloader.pls-bluegray .plc-path {
      stroke: #607d8b;
    }

    .preloader.pls-amber .plc-path {
      stroke: #ffc107;
    }

    .preloader.pls-teal .plc-path {
      stroke: #009688;
    }

    .preloader.pls-gray .plc-path {
      stroke: #9e9e9e;
    }

    .preloader.pls-pink .plc-path {
      stroke: #e91e63;
    }

    .preloader.pls-purple .plc-path {
      stroke: #9c27b0;
    }

    .preloader.pls-white .plc-path {
      stroke: #fff;
    }
</style>
