.printomatic {
	cursor: pointer;
}

.pom-default {
	background-image: var(--wpr-bg-7223de96-5f8f-4b95-a20d-e0b2b3e452eb);
   	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}

.pom-small {
	background-image: var(--wpr-bg-fc7ea108-ebe1-4ae5-ac11-0a85b3ae8f46);
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.pom-small-black {
	background-image: var(--wpr-bg-28193ac3-c9cb-49f7-9bb9-39233f9e24fd);
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.pom-small-grey {
	background-image: var(--wpr-bg-62874df2-1188-4929-a729-db4ff3b7d930);
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.pom-small-white {
	background-image: var(--wpr-bg-48d9aa1d-b794-447b-8a66-230cb32cb50d);
   	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;
    }
}
