audio.fbi {
	display: none;
}

:root {
	--hover-color: #5e88ff;
}

input[type="text"]:hover {
	border-color: var(--hover-color);
}

input[type="submit"] {
	cursor: pointer;
}

input[type="submit"]:hover {
	border-color: var(--hover-color);
}

span[title] {
	text-decoration: underline dotted;
}

.info {
	margin-top: 25px;
}

p.long {
	overflow-wrap: anywhere;
}

.window {
	width: 25em;
}
