/* flag icon defaults */


.flag-icon {
	position: relative;
	display: inline-block;
	width: 24px;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	font-size: 21px;
}
.flag-icon:before {
	content: "\00a0";
}
.flag-icon.flag-icon-squared {
	width: 1em;
}
.flag-icon-background {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}
