body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
}

header {
    /*text-align: center;*/
    margin-bottom: 10px;
}

.search-box {
    margin-bottom: 10px;
    width: calc(100% - 70px);
}

.search-box input {
    padding: 5px;
    /*max-width: 150px;*/
	display: inline-block;
}

.search-box, .filter-options {
	display: inline-block;
	margin: 5px;
	padding: 10px;
}

.search-box button {
    padding: 5px 10px;
}

.filter-options {
    display: inline-block;
    margin-left: 20px;
}

.tabs {
    /*text-align: center;*/
    margin-bottom: 10px;
}

.tablinks {
    padding: 10px 20px;
    cursor: pointer;
	background: none;
	border: none;
}

.tablinks.active {
	background: #3498db;
	border: 1px solid black;
	border-radius: 4px;
}

.tabcontent ul, .tabcontent.active ul{
	padding-inline-start: 0;
	height: 70%;
}

.tabcontent {
    display: none;
    padding-bottom: 20px;
}

body {
	background-color: #e7e7e7;
}

.tabcontent li {
	list-style-type: none;
	border-radius: 6px;
	margin-bottom: 6px;
	background-color: white;
}

.tabcontent li div div {
	padding: 5px 5px 0 5px;
}

.tabcontent li img {
	border-radius: 4px;
	width: 100%;
}

.tabcontent.active {
	display: block;
}

.drawer {
	position: relative;
	display: inline-block;
	width: 30px;
	right: 0;
}

.drawer-toggle {
	width: 100%;
	color: #3498db;
	border: none;
	cursor: pointer;
	background: none;
	font-size: 25px;
}

.drawer-content {
	display: none;
	position: absolute;
	background: #f1f1f1;
	/*width: 100%;*/
	right: 0;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.drawer-content ul {
	list-style-type: none;
	padding: 0;
}

.drawer-content ul li {
	padding: 10px;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	width: max-content;
}

.drawer-content ul li:last-child {
	border-bottom: none;
}

#today .evDate, #tomorrow .evDate {
	display: none;
}

.evDate {
	padding-left: 25px;
}

.bottomnav {
	position: fixed;
	padding: 10px;
	bottom: 0;
	background: #FFF;
	width: 95vw;
	font-size: 25px;
}

.bottomnav a {
	color: #3498db;
}

.bottomnav .navitem {
	display: inline-block;
	color: white;
	/*padding: 0 10px;*/
	width: 30%;
}

.navitem.left {
	text-align: left;
}

.navitem.center {
	text-align: center;
}

.navitem.right {
	text-align: right;
}

#accactions {
	padding-inline-start: 0;
}

#accactions li {
	list-style-type: none;
	padding: 10px;
	border-radius: 4px;
	background-color: white;
	border: 1px solid lavenderblush;
}

#accactions li span {
	align-self: right;
}

.accactions {
	background-color: lightgrey;
}

#accactions li span {
    position: absolute;
    right: 30px;
}

.search-container {
	border-radius: 4px;
	background-color: white;
	border: 1px solid lavenderblush;
	padding: 5px 5px;
}

.mapboxgl-ctrl-geocoder--input {
    border: 1px solid !important;
}

.geocoder {
	max-width: 250px;
	display: inline-block !important;
}