.parentlink {
	position: 			fixed;
	top:				3px;
	left:				0;
	right:				0;
	width:				30em;
	font-size:			1em;
	text-align: 		center;
	margin:				0 auto;
}
	.admin-logged-in .parentlink {
		top:			3rem;
	}
		
.button {
	width: 4em;
	background-color: #4CAF50; /* Green */
  	border: none;
  	color: white;
 	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 1em;
  	border-radius: 0.5em;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
    margin-right: 5px;
}

.button-disable {
	width: 3em;
	background-color: #DDDDDD;
}


.filter-menu-toggle {
    background-color: #ea7547;
		color: white;
}

.list-button {
    background-color: #ea7547;
    color: white;
}

.navigation-menu {
    display: none !important;
    width: 100%;
    background-color: #fff;
}

#site-main {
	top: 80px !important;
}

#tab-navigation {
	border: 0px !important;
}

#tab-navigation > #blogmap {
	display: none;
}

#tab-navigation > .add-button {
    position: absolute !important;
    top: 10px !important;
    right: 50px !important;
}

.gm-style-mtc {
	display: none;
}

