/*
 * Product PDF
 * http://impleCode.com
 *
 * Copyright 2015 impleCode
 * Free to use under the GPLv3 license.
 * http://www.gnu.org/licenses/gpl-3.0.html
 *
 * Contributing author: Norbert Dreszer
 */

button.create-product-pdf, button.create-product-print {
    display: block;
    cursor: pointer;
}
.product-print-image {
    display: none;
}
#pdf_temp_container {
    position:absolute;
    top: -10000px;
    width: 720px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: visible;
    height: auto;
    background: #fff;
    margin: 0 auto;
    z-index: 999999999;
}

#pdf_temp_container * {
    line-height: initial;
    letter-spacing: 0;
}
