
.icon-asl:before,
.icon-globe:before,
.icon-simple_language:before
{
	display: inline-block;
	width: 18px;
	height: 18px;
	content: '';
	background-size: 18px 18px;
	
	background-position: left center;
	background-repeat: no-repeat;
}

.icon-asl:before { background-image: url('asl.png'); }
.icon-globe:before { background-image: url('globe.png'); }
.icon-simple_language:before { background-image: url('simple_language.png'); }