.rsf-placeholders-wrapper {
    position: relative;
}

.rsf-placeholders {
    position: absolute;
    z-index: 9999;
    background-color: #eee;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    white-space: normal !important;
}

.rsf-placeholders li {
    padding: 5px 10px !important;
}

.rsf-placeholders li:hover {
    cursor: pointer;
    background-color: #DFDFDF;
}