.fakeSelectBlock{
    position: relative;
}
.fakeSelectDDown{
    display:none;
    position: absolute;
    z-index: 100;
    top:105%;
    left:15px;
    padding: 2px;
    border: 1px solid;
    background-color: #fff;
}
.fakeSelectLst {
    list-style-type: none;
    padding:5px;
    margin:0;
    overflow-y: auto;
    max-height: 400px;
    margin-top: 2px;
}
.fakeSelectLst li {
    white-space: nowrap;
}
.fakeSelect-opt-data{
    min-width: 50px;
    display:inline-block;
}