@CHARSET "ISO-8859-1";

@media (max-width: 767px) {
    .event-details-information.sticky-style,
	.map-tix-view.sticky-style,
	.map-left.sticky-style {
        position: relative !important;
        max-height: none;
        overflow-y: visible;
    }
}

select > button { 
  foreground-image:url(stock:chevron-down) !important; /* that arrow */
}

select:hover > button {
  fill: navy !important; 
}
