.printomatic {
	cursor: pointer;
}

.pom-default {
	background-image: var(--wpr-bg-2c707f57-9916-449f-9e47-ea7baccd5a72);
   	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}

.pom-small {
	background-image: var(--wpr-bg-776a828f-0df2-4443-afa7-9ed465dc13f4);
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.pom-small-black {
	background-image: var(--wpr-bg-7aaf9198-5592-4f42-a859-379b2f2ccb1a);
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.pom-small-grey {
	background-image: var(--wpr-bg-ee86924c-dd24-4d8d-84cf-633f45face6a);
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.pom-small-white {
	background-image: var(--wpr-bg-5529cd25-ef37-458d-a6dd-d00a7d9335f7);
   	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;
    }
}
