.printomatic {
	cursor: pointer;
}

.pom-default {
	background-image: var(--wpr-bg-740c642f-b2b6-4b9f-ad3b-4d29c665031a);
   	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}

.pom-small {
	background-image: var(--wpr-bg-d65fa810-b7fe-4a2e-a5ac-309fcb654f72);
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.pom-small-black {
	background-image: var(--wpr-bg-f3f3d60c-ef4f-4328-bac6-efb9dc0333b5);
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.pom-small-grey {
	background-image: var(--wpr-bg-a0f71cca-8eea-4b6e-89b3-d3e173da4fea);
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.pom-small-white {
	background-image: var(--wpr-bg-78e98832-6fa8-4182-a26c-ce3f91e46f03);
   	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;
    }
}
