.printomatic {

	cursor: pointer;

}



.pom-default {

	background-image: url('print-icon.png');

   	background-repeat: no-repeat;

	width: 45px;

	height: 45px;

}



.pom-small {

	background-image: url('print-icon.png');

   	background-repeat: no-repeat;

	width: 45px;

	height: 45px;

}



.pom-small-black {

	background-image: url('print-icon.png');

   	background-repeat: no-repeat;

	width: 45px;

	height: 45px;

}



.pom-small-grey {

	background-image: url('print-icon.png');

   	background-repeat: no-repeat;

	width: 45px;

	height: 45px;

}



.pom-small-white {

	background-image: url('print-icon.png');

   	background-repeat: no-repeat;

	width: 45px;

	height: 45px;

}



.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;

    }

}