.printomatic {
	cursor: pointer;
}

.pom-default {
	background-image: var(--wpr-bg-1326a523-4803-4a0e-bab7-98f1bc209b17);
   	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}

.pom-small {
	background-image: var(--wpr-bg-ce235c68-0a8d-4ace-b1ce-07065c506400);
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.pom-small-black {
	background-image: var(--wpr-bg-b7640569-6c00-45c3-aa6b-8ce4e207d1e5);
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.pom-small-grey {
	background-image: var(--wpr-bg-119935be-93e0-463f-9574-da28d8e1b635);
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.pom-small-white {
	background-image: var(--wpr-bg-fbc9eb3d-1f67-4ac4-8077-c10df1b45b22);
   	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;
    }
}
