.autosuggester-input-mirror {
    position: absolute !important;
    overflow: auto !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    top: 0 !important;
    left: -9999px !important;
}

.autosuggester-box-container {
	position: absolute;
	z-index: 9;
}

.autosuggester-box {
    display: none;
    border: 1px solid #bbbbbb;
    background-color: #ffffff;
    position: relative;
    z-index: 3;
    max-height: 150px;
    width: 318px;
    overflow-y: scroll;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0 3px 6px #cccccc;
    margin-top: 4px;
}

.autosuggester-box-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.autosuggester-box-list-item {
    padding: 8px;
    border-bottom: 1px solid #eaeaea;
}

.autosuggester-box-list-item-value {
    font-weight: bold;
}

.autosuggester-box-list-item-active {
    background-color: #f5f5f5;
    cursor: pointer;
}

.autosuggester-box-list-item-active .autosuggester-box-list-item-value {
    color: #8ab858;
}