.printomatic {
	cursor: pointer;
}

.pom-default {
	background-image: var(--wpr-bg-1894b49e-018f-4490-8f19-c7daa6d9e60f);
   	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}

.pom-small {
	background-image: var(--wpr-bg-46facefd-a8e6-4c26-bfb3-fe6b138fff8e);
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.pom-small-black {
	background-image: var(--wpr-bg-09ee97bd-439a-448f-8f7d-3909b404e7a5);
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.pom-small-grey {
	background-image: var(--wpr-bg-683ebcaf-d22b-4a1c-b292-f3449bc482c5);
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.pom-small-white {
	background-image: var(--wpr-bg-ee129eb7-2aaf-475a-9024-b7f92d53cf53);
   	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;
    }
}
