* {
	padding : 0;
	margin : 0;
	font-family : "palatino Linotype", "Times New Roman";
}

html, body	{
	height : 100%;
}	

p{
	font-size: 17px;
	text-align:justify;
}

A {
color: blue;
text-decoration: none;
font-weight: bold;
}

A:visited {
color: blue;
text-decoration: none;
}

A:hover {
color: red;
}

hr {
	
color:lightblue;
	}

.wrapper	{
	position : relative;
	height: 92%;
	width: 92%;
	margin: 0 auto;
}

h1	{
	position : relative; 
	text-align: center; 
	padding : 20px;
	font-family: "Georgia", "Times New Roman"; 
	color : #000080;
}

#map	{
	width : 100%;
	height : 90%;
	z-index : 1;
	margin-bottom : -8%;
	margin: 0 auto;
}

.leaflet-container	{
	font-family: calibri;
	font-size: 16px;
}

button	{
	font-family: calibri;
    font-size: 20px;
    padding: 6px;
	margin: 10px 0px;
}

#myBtn {
    /* display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: grey; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

td	{
	width: 300px; /* Add white space to table */
	padding: 5px;
}



