/* remit_searcher.css */
#remitSearch {
    position: fixed;
    top: 10px;
    right: 10px;
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 1000;
}
/* input, button { padding: 8px; margin: 5px; } */
.highlight { background-color: yellow; }
.current { background-color: orange; }
