.osmap_results, .getty_results {
    background-color: white;
    border: thin solid #c1c1c1;
    border-radius: 5px;
    height: 10em;
    overflow: auto;
    text-align: justify;
}

.osmap_results > div, .getty_results > p {
    font-size: 8pt;
    padding: 1em;
    cursor: pointer;
    transition: 0.5s;
    margin: 0 auto;
    width: 100%;
}

.osmap_results > div:nth-of-type(even), .getty_results > p:nth-of-type(even) {
    background-color: #e6e6e6;
}

.osmap_results > div:hover, .getty_results > p:hover {
    background-color: #3d3d3d;
    color: white;
}


.sticky {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    float: left;  
    margin-right: -100%;
    pointer-events: none;
    background-color: #3d3d3d;
    color:white;
    font-size: 8px;
    text-align: center;
}


