.vss_button{
	background-color:#4dab30;
	color:#ffffff;
	width:100%;
	margin-top:10px
}

.vss_datalist{
	width: 100%;
}

.vss-autocomplete {
    position: relative;
    width: 350px;
}

.vss-dropdown {
    position: absolute;
    /*top: 100%;*/
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    z-index: 999;
    display: none;
    max-height: 250px;
    overflow-y: auto;
    border-radius: 4px;
    width:100%;
    padding-left:10px;
    text-align:left
}

.vss-dropdown div {
    padding: 2px;
    cursor: pointer;
}

.vss-dropdown div:hover {
    background: #efefef;
}
