body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

.listing {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	background-color: lightgrey;
	z-index: 99;
}

.listing .closebtn {
	position: absolute;
	top: 0;
	float: right;
	right: 25px;
	font-size: 36px;
	text-decoration: none;
}

.open-button {
	background-color: #555;
	color: white;
	padding: 16px 20px;
	border: none;
	cursor: pointer;
	opacity: 0.8;
	position: absolute;
	bottom: 23px;
	right: 28px;
	width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
	display: none;
	position: fixed;
	bottom: 0;
	right: 15px;
	border: 3px solid #f1f1f1;
	z-index: 9;
}

/* Add styles to the form container */
.form-container {
	max-width: 300px;
	padding: 10px;
	background-color: white;
}

/* Full-width input fields */
.form-container input[type=text],
.form-container input[type=password] {
	width: 100%;
	padding: 15px;
	margin: 5px 0 22px 0;
	border: none;
	background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus,
.form-container input[type=password]:focus {
	background-color: #ddd;
	outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
	background-color: #04AA6D;
	color: white;
	padding: 16px 20px;
	border: none;
	cursor: pointer;
	width: 100%;
	margin-bottom: 10px;
	opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
	background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
	opacity: 1;
}

::file-selector-button {
	display: none;
}

.mark {
	border-bottom: 1px solid grey;
	font-size: 10pt;
	height: 34px;
	margin-bottom: 2px;
}

.mark img {
	border-radius: 15px;
	border: 1px solid black;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 4px;
}

.mark .title {
	font-weight: 700;
}

.mark .distance {
	padding-top: 8px;
	float: right;
	color: grey;
}

/* The Modal (background) */
.modalHelp {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	padding-top: 100px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

/* Modal Content */
.modal-contentHelp {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	height: 90%;
	overflow-y: scroll;
}

/* The Close Button */
.closeHelp {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.closeHelp:hover,
.closeHelp:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.qa {
	padding: 8px;
}

.even {
	background-color: lightgrey;
}

.odd {
	background-color: white;
}

.helpClose {
	position: sticky;
	color: red;
	right: 3px;
	top: 3px;
	cursor: pointer;
}

#myLinks {
	display: none;
	width: 150px;
	position: relative;
	float: right;
	right: -25px;
	top: 25px;
	background-color: #006082;
	padding: 5px;
	border: 1px solid grey;
}

.topnav {
	overflow: hidden;
	background-color: #333;
	position: relative;
}

.topnav #myLinks {
	display: none;
}

.topnav a {
	color: white;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	display: block;
}

.topnav a.icon {
	background: black;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.button {
	background-color: #008CBA;
	;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
	width: 100px;
	padding: 10px 0;
	bottom: 10px;
	margin: auto;
	margin-top: 8px;
	margin-right: 4px;
}

.button::before {
	margin-bottom: 5px;
}

.button::after {
	margin-bottom: 5px;
}

.coords {
	display: none;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 70;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	background-color: lightblue;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	float: right;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
	text-decoration: none;
}

.dataBox {
	position: fixed;
	top: 4px;
	left:0;
	right:0;
	margin:0 auto;
	padding: 5px;
	border-radius: 25px;
	background: #F5F5DC;
	border: 3px solid #006082;
	padding: 2px;
	color: #006082;
	width: 97%;
	height: 25px;
	z-index: 19;
}

/* Full-width input fields */
input[type=text],
input[type=password] {
	width: 80%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}


button:hover {
	opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
	width: auto;
	padding: 10px 18px;
	background-color: #f44336;
}

.container {
	padding: 16px;
}

span.psw {
	float: right;
	padding-top: 16px;
}

/* The Modal (background) */
.modalLogin {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 50;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
	padding-top: 60px;
}

/* Modal Content/Box */
.modal-contentLogin {
	background-color: #fefefe;
	padding: 10px;
	margin: 5% auto 5% auto;
	/* 5% from the top, 5% from the bottom and centered */
	border: 1px solid #888;
	width: 80%;
	/* Could be more or less, depending on screen size */
	height: 340px;
}

/* Add Zoom Animation */
.animate {
	-webkit-animation: animatezoom 0.6s;
	animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
	from {
		-webkit-transform: scale(0)
	}

	to {
		-webkit-transform: scale(1)
	}
}

@keyframes animatezoom {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
	span.psw {
		display: block;
		float: none;
	}

	.cancelbtn {
		width: 100%;
	}
}


.chkModal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	padding-top: 100px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

.chkmodalcontent {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 200px;
	text-align: center;
}

.chkbutton {
	background-color: #04AA6D;
	/* Green */
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}

.red {
	background-color: red;
}

#chktitle {
	font-style: italic;
	font-weight: bold;
}

.modalCreate {
	display: none;
	position: fixed;
	z-index: 39;
	padding-top: 50px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.modalcontentCreate {
	background-color: #fefefe;
	margin: auto;
	padding: 10px;
	border: 1px solid #888;
	width: 300px;
}
.topspots{margin:0 auto;width:300px;}
#topspot {
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 10px;
border-radius: 10px;
border-spacing: 0;
text-align: center;
}

#topspot caption {
  color: #006082;
  margin-bottom: 3px;
  font-size: 10px;
}

#topspot th {
background: #006082;
padding: 5px 10px;
color: #F5F5DC;
}
#topspot th, td {
border-style: solid;
border-width: 0 1px 1px 0;
border-color: rgba(0,0,0,0.1);
}

#topspot th:first-child {
border-top-left-radius: 5px;
}
#topspot th:last-child {
border-top-right-radius: 5px;
border-right: none;
}
#topspot th:first-child, td:first-child {
padding: 0 1px;
}

#topspot td {
  padding: 2px 10px;
  background: #F5F5DC;
  color: #006082;
}

#topspot tr:last-child td:first-child {
border-radius: 0 0 0 5px;
}
#topspot tr:last-child td:last-child {
border-radius: 0 0 5px 0;
}
#topspot tr td:last-child {
border-right: none;
}
