/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * itemprint
 */

.element-itemprint a.element-print-button {
	display: inline-block;
	float: right;
    margin: 0 30px;
    width: 32px;
    height: 32px;
    background: url(../images/printer.svg) 0 0 no-repeat;
    background-size: 100%;
}
