.printomatic {
	cursor: pointer;
}

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

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

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

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

.pom-small-white {
	background-image: url("/source/000f7923b8ce6baea258078b5cb2df7e/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;
    }
}
