.printomatic {
	cursor: pointer;
}

.pom-default {
	background-image: var(--wpr-bg-bd59725a-9657-47c7-a9fc-072ef5276fa2);
   	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}

.pom-small {
	background-image: var(--wpr-bg-1826e6fe-b5e5-4891-b468-0078cdb0462b);
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.pom-small-black {
	background-image: var(--wpr-bg-335754a9-55ce-4984-8b2f-30fb4c1a50a8);
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.pom-small-grey {
	background-image: var(--wpr-bg-4ec59736-01d0-4010-a7e8-f2200bc12e3b);
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.pom-small-white {
	background-image: var(--wpr-bg-f08fa29f-2751-4c48-a6c0-56fb8c4bc2f7);
   	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;
    }
}
