﻿/*
================================================================================
                               www.tesisquare.com
================================================================================
foglio di stile per l'autocompleter (suggest.js)

================================================================================
*/

.listStyle {
  border:none;
  padding:0px;
  width: 250px;
  overflow-x:none;

  box-shadow:0px 0px 8px rgba(86, 96, 117, 0.4);
}

.listItemStyle {
  cursor:pointer;
  padding:5px 0 5px 6px;
}

.listItemKey {
  text-align:left;
}

.listItemValue {
  text-align:right;
}
