.printomatic {
	cursor: pointer;
}
.pom-default .fa {color:#fff;}
.pom-default {
	border:0px !important;
	text-transform: unset !important;
    background-color: #f47321 !important;
    padding: 3px 10px !important;
	border-radius: 3px !important;
    letter-spacing: normal !important;
	float:right;
}

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

.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;
}