.fis {
    border-radius: 50%;
    width: 1.5em !important;
    height: 1.5em;
    box-shadow: 0 0 2px 0px black;
}

.searchlist ul.list-group {
    background-color: white;
    overflow-y: scroll;
    overflow-x: hidden;
}

#floating-buttons {
    bottom: 6rem;
    z-index: 1030;
}

@media (min-width: 1200px) {
    #floating-buttons {
        bottom: 4rem;
    }
}
