﻿.suggestionul {
    list-style-type: none;
    padding-left: 2px !important;
    border: .75px solid #797575;
    box-shadow: 3px 3px 5px 6px #ccc;
    border-radius: .5%;
    border-bottom-left-radius: 1%;
    border-bottom-right-radius: 1%;
}

.suggestionLi {
    border: .2px solid #d5d4d4;
    border-left-width: 0;
    border-right-width: 0;
    box-shadow: .3px .3px .5px .6px #ccc;
    border-radius: 4%; /*supported by all latest Browser*/
}

    .suggestionLi:hover {
        background-color: #00000013;
    }

.suggestionLabel {
    cursor: pointer;
}
