.lingterm {
	cursor: pointer;
	text-decoration: 1px underline dotted;
}

.term-popup {
	position: absolute;
	z-index: 1000;
	border: 2px solid #265679;
	box-shadow: 5px 5px 5px #aaa;
	border-radius: 5px 5px 5px 5px;
	background-color: white;
	padding: 20px;
	margin-left: 5px;
	margin-right: 5px;
	max-width: 400px;
}

@media (max-width: 800px) {
	.term-popup {
		max-width: 300px;
	}
}

@media (max-width: 400px) {
	.term-popup {
		left: 5px !important;
	}
}

.term-label {
	font-weight: bold;
	padding-bottom: 3px;
}
