.suggestions-suggestions {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    /*top: 255px;*/
}

.suggestions-selected {
    background: rgba(125, 168, 208, 0.2)
}

.suggestions-suggestion {
    font-size: 13px;
    color: #23803f;
    border-top: 1px solid #f0f0f0;
    height: 38px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 38px !important;
    padding: 5px 8px;
}

.suggestions-hint {
    font-size: 13px;
    border-top: 1px solid #f0f0f0;
    height: 38px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 38px !important;
    padding: 5px 8px;
	color: #23803f;
}

