/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22/08/2019, 10:38:28 AM
    Author     : AppendCloud1
*/

.search-item {
    width: auto;
    height: auto;
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    line-height: 15px;
    padding-left: 30px;
    padding-right: 10px;
    color: #343a40;
    font-size: 12px;
    margin-bottom: 3px;
    line-height: 1.2;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.search-item-bussines {
    width: auto;
    height: auto;
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    line-height: 15px;
    padding-left: 30px;
    padding-right: 10px;
    color: #343a40;
    font-size: 12px;
    margin-bottom: 3px;
    line-height: 1.2;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}