.-search-history-box{
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 10px 10px 25px;
    background: #f4f4f4;
/*    background-size: 20px 32px;*/
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
  }
  .-search-history-box p{
    margin-bottom:0.5em;
  }
  .-search-history-box ul li{
    max-width: 95%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .-search-history-box ul li a{

  }