.printjs-iframe {
    visibility: hidden;
    height: 0;
    width: 0;
    position: absolute;
    border: 0
}

.printjs-iframe-firefox {
    width: 1px; 
    height: 100px; 
    position: fixed; 
    left: 0; 
    top: 0; 
    opacity: 0; 
    border-width: 0; 
    margin: 0;
    padding: 0;
}

.printjs-modal {
    font-family: sans-serif;
    display:table;
    text-align:center;
    font-weight:300;
    font-size:30px;
    left:0;
    top: 0;
    position:fixed;
    z-index: 9990;
    color: #0460B5;
    width: 100%;
    height: 100%;
    background-color:rgba(255,255,255,.9);
    transition: opacity .3s ease;
}

.printjs-content-div {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 100px;
}

.printjs-printable-element {
    width: 100%
}

.printjs-image-style {
    max-width: 100%;
}