/* For UI v2 */

.element {
	width: 100%;
	height: 100%;
	background-color: #D0D0D0;
	margin-bottom: 10px;
	font-size: 15px;
	font-family: "Cascadia Mono", "Segoe UI Mono", "Liberation Mono", Menlo, Monaco, Consolas, monospace;
	white-space: break-spaces;
	overflow: auto;
}
.element:active {
	background-color: #F0F0F0;
}
.element img {
	margin-left: 5px;
	margin-right: 10px;
	width: 30px;
	height: 30px;
}

#legend {
	font-family: "Cascadia Mono", "Segoe UI Mono", "Liberation Mono", Menlo, Monaco, Consolas, monospace;
	background-color: #D0D0D0;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
}

#more_info {
	padding: 10px;
	background: white;
	position: absolute;
}

@media (pointer:none), (pointer:coarse) and (max-aspect-ratio: 13/9) {
	.element {
		font-size: 29px;
	}

	#legend {
		font-size: 28px;
		height: 70px;
	}
}
