.printomatic {
	cursor: pointer;
}

.pom-default {
	background-image: url("/source/197974f3bb7de11107ebe683f9a52735/print-icon.png");
   	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}

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

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

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

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

.printomatictext {
	cursor: pointer;
}

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

@media print {
    .pe-no-print {
        display: none !important;
    }

    .pe-preserve-ancestor {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        box-shadow: none !important;
    }
}
