@font-face {
    font-family: 'PcboIcons';
    src: url('blastofficons2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.blastoff_icon {
	display:inline-block;
	font:normal normal normal 14px/1 PcboIcons;
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	width: 20%;
	margin: 1%;
	border: 1px solid #1C70C2;
	background: #eaf1f2;
	color: #1C70C2;
	background: -moz-linear-gradient(top,  #eaf1f2 0%, #a0c6eb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaf1f2), color-stop(100%,#a0c6eb));
	background: -webkit-linear-gradient(top,  #eaf1f2 0%,#a0c6eb 100%);
	background: -o-linear-gradient(top,  #eaf1f2 0%,#a0c6eb 100%);
	background: -ms-linear-gradient(top,  #eaf1f2 0%,#a0c6eb 100%);
	background: linear-gradient(to bottom,  #eaf1f2 0%,#a0c6eb 100%);
	ilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf1f2', endColorstr='#a0c6eb',GradientType=0 );
   	-webkit-border-radius: 4px;
   	-moz-border-radius: 4px;
   	border-radius: 4px;
	cursor: pointer;
}
.boi_lg {
	font-size: 1.33333333em;
	line-height: 1.33333333em;
	
}

.boi_fcolor:before {content: 'a';}
.boi_fbold:before {content: 'b';}
.boi_fitalic:before {content: 'c';}
.boi_header:before {content: 'd';}
.boi_aleft:before {content: 'f';}
.boi_aright:before {content: 'g';}
.boi_acenter:before {content: 'h';}
.boi_ajustify:before {content: 'i';}
.boi_quote:before {content: 'e';}
.boi_url:before {content: 'j';}
.boi_image:before {content: 'k';}
.boi_youtube:before {content: 'l';}
.boi_mailchimp:before {content: 'm';}

