.inputapi-transliterate-indic-suggestion-menu {
    background: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #e1e1e1 #c6c6c6 #aeaeae;
    cursor: default;
    font: normal small Arial,Helvetica,sans-serif;
    margin: 0;
    outline: none;
    padding: 4px;
    position: absolute;
    -moz-box-shadow: 2px 2px 5px #999;
    -webkit-box-shadow: 2px 2px 5px #999;
    box-shadow: 2px 2px 5px #999;
    z-index: 100;
}
.inputapi-transliterate-indic-suggestion-menuitem-highlight{
    background-color: #3875c9;
    color: #fff;
    box-shadow: 1px 1px 2px #ddd;
    border-radius: 3px;
}