.footer {
	/*background-color: #f5f5f5;*/
	text-align: center;
}

.footer p {
	margin-top: 10px;
	font-size: 0.9rem;
}

.footer p a {
	color: #6c757d;
}

a.logo-box {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1rem;
}

span.emoji-logo {
	font-size: 1.2rem;
}

table.forecast {
	background: white;
}


table.forecast tr {
	opacity: 0.85;
}

table.forecast p.lead {
	font-weight: bold;
}

table.forecast p.lead code {
	border: none;
	font-size: 1.2rem;
}

table.forecast tr:first-child {
	border-bottom: 1rem solid white;
}

table.forecast tr:nth-child(even) {
	background-color: #ddebff
}

@media (min-width: 768px) {

	/* desktop */
	html, body {
		height: 100%;
	}
}

div.jumbotron {
	padding: 2rem;
}

div.jumbotron p {
	text-indent: 1rem;
}

@media (max-width: 767px) {
	/* mobile */
	div.jumbotron {
		padding: 1rem;
	}

	.jumbotron .display-4 {
		font-size: 1.4rem;
	}

	.jumbotron .lead {
		font-size: 0.9rem;
	}
}

h1.display-4 {

	font-size: 2.5rem;

}


a.logo-box span, .logo {

	font-family: Verdana, Roboto, Arial, sans-serif;

}


.logo {

	color: forestgreen;

	font-style: normal;

}


h3 {
	margin-top: 4rem;
	margin-bottom: 1rem;
}

ul {
	line-height: 1.8;
}

div.page-header {
	padding-bottom: 2em;
}

div.form-group {
	margin: 1rem 0;
}

div.tsss-link {
	display: none;
}

div.tsss-link a {
	word-break: break-all;
}

span.lock, span.link {
	padding-right: 0.25rem;
}

.alert-danger {
	display: none;
}

iframe {
	width: 1024px !important;
	height: 1024px !important;
}

#spinner {
	display: none;
}

code {
	border: darkgrey 1px solid;
	padding: 0.3rem 0.7rem;
	white-space: nowrap;
	margin: 3px;
}

button {
	margin: 1rem 0;
}

button.location-button {

	font-size: 2rem;
	font-family: Verdana, Roboto, Arial, sans-serif;
}


@media (max-width: 767px) {
	/* mobile */
	button.location-button {
	font-size: 1rem;
	}
}

ol {
	padding-bottom: 1rem;
}

code:hover {
	cursor: pointer;
}

button.navbar-toggler {
	/*margin-left: 4em;*/
}

button[name="unlock"] {
	white-space: normal;
}

div.lang-box {
	padding-right: 1.5rem;
}

a.active-lang {
	text-align: center;
}

/* index page */
.input-group-text {
	min-width: 120px;
}
