/* SORT/FILTER CSS */
.filterButton,
.sortButton {
    min-width:85px;
    margin:0 10px 10px 0;
}


/*  CARD CSS  */


/*  TEXT CSS  */
.underlineHover {text-decoration:none;}
.underlineHover:hover{text-decoration:underline;}



/*  MAP CSS  */

#map {
    height: 500px; 
    border: #000 solid 1px;
}
#name-panel {
    padding: 6px;
    border: #000 solid 1px;
    background-color: #333333;
    overflow: hidden;
}

/*  IMAGE CSS  */

.thumb {max-width:500px;}

.imageList a {width:fit-content;}