@font-face {
  font-family: 'CtrFont';
  src: url('CtrFont.eot');
  src: url('CtrFont.woff2') format('woff2'),
       url('CtrFont.woff') format('woff'),
       url('CtrFont.ttf') format('truetype'),
       url('CtrFont.svg#CtrFont') format('svg'),
       url('CtrFont.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

.ctr{
	display: inline-block;
	font: normal normal normal 14px/1 CtrFont;
	font-size: inherit;
	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

.ctr-lg{
	font-size: 1.33em;
}
.ctr-2x{
	font-size: 2em;
}
.ctr-airport:before{
	content:"\6c";
}
.ctr-seaport:before{
	content:"\6d";
}
.ctr-ruler:before{
	content:"\30";
}
.ctr-radius:before{
	content:"\31";
}
.ctr-move-feature:before{
	content:"\32";
}
.ctr-separate-radius:before{
	content:"\34";
}
.ctr-union-radius:before{
	content:"\35";
}