.template {
	display: none !important;
}

.active-tab-btn {
	background-color: aqua;
}

.tab {
	display: none;
	max-height: 100%;
	height: 100vh;
	flex-direction: column;
}

.tab iframe {
	height: 100%;
}

.active-tab {
	display: flex;
}

.urlbar form {
	width: 100%;
	display: flex;
}

.urlbar .text {
	flex-grow: 1;
}

.urlbar input[type=text] {
	flex-grow: 10;
}

.urlbar input[type=submit] {
	flex-grow: 1;
}

.pagefooter {
	border-top: 2px dotted grey; 
	font-size: 80%;
	padding: 0.3em;
	color: grey;
}

.pagefooter span {
	border-left: 1px solid gray;
	margin: 1em;
	padding-left: 1em;
}

.pagefooter span:first-child {
	border-left: none;
}
