.printomatic {
	cursor: pointer;
}

.pom-default {
	background-image: var(--wpr-bg-7df1bc01-4b50-4589-a67a-7e1bc7b3e586);
   	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}

.pom-small {
	background-image: var(--wpr-bg-298bd3ac-fbf3-4906-ab79-9de439b14f26);
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.pom-small-black {
	background-image: var(--wpr-bg-7c7fef39-214a-4e9b-bc4d-fb884b277089);
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.pom-small-grey {
	background-image: var(--wpr-bg-81d52a42-81a4-4c17-aca6-7c1cc1e01114);
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.pom-small-white {
	background-image: var(--wpr-bg-09f2ff47-3f32-46d4-b295-e9d60db94497);
   	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;
    }
}
