/* *** FASTFIND *** */

h1 a,
h1 a:hover,
h1 a:visited {
	color: unset;
}

h3 {
	margin-bottom: 2%;
}

#fastfind_container {
	position: relative;
}

#fastfind_output_container {
	width: 80%;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.2);
	padding: 2%;
	border-radius: 42px;
	font-size: min(4vw, 10vh);
}

#fastfind_output {
	color: #ccc;
}

#fastfind_back {
	margin-left: 8%;
}

#fastfind_prefs {
	position: absolute;
	bottom: 0;
	right: 8%;
	width: 60%;
}

#ffP_settingsTable {
	margin-top: 6%;
}

.ffP_col1 {
	text-align: right;
	font-weight: bold;
}

.ffP_col2 {
	text-align: left;
	padding-left: 3%;
}

.ffP_chooser {
	display: flex;
	flex-flow: row;
}

.ffP_chooser_btn {
	display: flex;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	padding: 2% 20%;
	border-radius: 20px;
}

.ffP_chooser_btn_sel {
	background: #82bce8;
	font-weight: bold;
}




