/**
 * SASS file comes from Tso.Shop.PostCodeLookup NuGet package.
 * DO NOT MODIFY UNLESS IN THE TSO.SHOP.NUGET SOLUTION
 */
input.postcodeLookup {
  background: url(search.png) no-repeat top 1px right 2px; }

#postcodeLookupWrapper {
  border: 1px solid #ccc;
  position: absolute;
  overflow-y: hidden;
  overflow-x: hidden;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 100000;
  text-align: left; }
  #postcodeLookupWrapper ul {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%; }
    #postcodeLookupWrapper ul li {
      position: relative;
      margin: 0;
      padding: 0;
      font-size: 1em; }
      #postcodeLookupWrapper ul li.selected {
        background-color: #B0B0B0; }
      #postcodeLookupWrapper ul li a {
        display: block;
        padding: 0.25em;
        line-height: 1.5em;
        color: #000;
        font-weight: normal; }
        #postcodeLookupWrapper ul li a:hover {
          cursor: pointer;
          text-decoration: underline; }
