img.flag {
	padding: 0px;
	margin: 1px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
}
span.langerror {
	font-weight: bold;
	color: red;
	text-decoration: line-through;
}
span.langfallback {
	color: gray;
}
span.langhighlight {
	background-color: yellow;
	font-weight: bold;
}
@media print {
	.langbox {
		display: none
	}
}

