.printomatic {
	cursor: pointer;
	line-height: 40px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;    
	text-align: center;
    display: inline-block;
    padding: 0 15px;
    border-left: solid 1px rgba(255,255,255,.15);
    -webkit-font-smoothing: antialiased	;
}

.pom-default {
	background-image: url('print-icon.png');
   	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}

.pom-small {
	/*background-image: url('print-icon-small.png');
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;*/	
}

.pom-small:before {
	content: "\f02f";
}

.pom-small-black {
	background-image: url('print-icon-small-black.png');
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.pom-small-grey {
	background-image: url('print-icon-small-grey.png');
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.pom-small-white {
	background-image: url('print-icon-small-white.png');
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.printomatictext {
	cursor: pointer;
}

.printomatictext:hover {
	text-decoration: underline;
}