/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

body {
	margin: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-family: 'Montserrat', sans-serif;
	background-color: white;
}

.button {
	margin-top: 5px;
	min-width: 130px;
	padding: 5px 5px;
	cursor: pointer;
	text-align: center;
	font-size: 13px;
	border: 1px solid #e0e0e0;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
}

#toolbar {
	margin-left: 25px;
	text-align: center;
}

.button.active {
	background: #000;
	color: #fff;
}

.tooltip {
	background-color: white;
	position: absolute;
	text-align: left;
	padding: 4px;
	/* font-size: 12px; */
	font-family: 'Montserrat', sans-serif;
	border-radius: 8px;
	pointer-events: none;
	border: 1px solid #e0e0e0;
	display: block;
}

.dropdown {
	-moz-text-align-last: left;
	text-align-last: left;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 22px;
	background-color: white;
	/*background-color: #f2f2f2;*/
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: medium;
	border-bottom-width: 2px;
	border-bottom-color: black;
	font-weight: 100;
	width: 350px;
}

.mini {
	font-size: 1em;
	width: 150px;
}

a {
	color: #0000ee;
}

.titleText {
	font-size: 22px;
	margin: 15px 25px;
	font-weight: normal;
	text-align: center;
}

.subtitle {
	font-size: 16px;
	margin: 0px 25px;
	font-weight: normal;
	text-align: center;
}

.thirdtitle {
	font-size: 14px;
	margin: 10px 25px;
	font-weight: normal;
	color: #1b1b1b;
	text-align: center;
}

.title {
	font-size: 11px;
}

#stateText {
	color: grey;
	opacity: .8;
}

select:invalid {
	color: gray;
}

footer {
	font: 200 12px "Montserrat";
	text-align: left;
	margin-top: 0em;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	padding: 8px 0px 0px 6px;
}

.topnav {
	background-color: white;
	/* border-style: solid; */
	border-width: 0px 0px 1px 0px;
	padding: 6px 0px 6px 6px;
	overflow: hidden;
	font: 200 .9em "Montserrat";
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

/* Style the links inside the navigation bar */
.topnav a {
	float: left;
	color: black;
	text-align: left;
	padding: 6px 6px 6px 6px;
	text-decoration: none;
	font-size: 16px;
}

/* Change the color of links on hover */
.topnav a:hover {
	background-color: #ddd;
	color: black;
}

@media only screen and (max-width: 1000px) {
	.titleText {
		font-size: 18px;
		margin: 15px 25px;
		font-weight: normal;
		text-align: center;
	}

	.subtitle {
		font-size: 14px;
		margin: 0px 25px;
		font-weight: normal;
		text-align: center;
	}

	.thirdtitle {
		font-size: 11px;
		margin: 10px 25px;
		font-weight: normal;
		color: #1b1b1b;
		text-align: center;
	}

	.dropdown {
		-moz-text-align-last: left;
		text-align-last: left;
		padding-left: 10px;
		padding-top: 2px;
		padding-bottom: 2px;
		font-size: 18px;
		background-color: white;
		/*background-color: #f2f2f2;*/
		border-top-style: none;
		border-left-style: none;
		border-right-style: none;
		border-bottom-style: medium;
		border-bottom-width: 2px;
		border-bottom-color: black;
		/* min-width: fit-content; */
		/* display: inline-block; */
		font-weight: 100;
	}

	.button {
		margin-top: 5px;
		min-width: 50px;
		padding: 2px 2px;
		cursor: pointer;
		text-align: center;
		font-size: 8px;
		border: .5px solid #e0e0e0;
		text-decoration: none;
		font-family: 'Montserrat', sans-serif;
	}

	.title {
		font-size: 8px;
	}
}