#print-modal .modal-body {
    display: flex;
    justify-content: space-between;
}
#print-settings {
    display: flex;
    flex-direction: column;
    width: 25%;
}
#print-form label {
    margin: 1em 0 0.2em;
}
#print-form [name=scale] {
    margin-left: 1.6em;
    width: 8em;
}
#print-form [name=scale-select] {
    width: 8em;
}
#print-preview {
    min-height: 250px;
    max-height: 360px;
    width: 70%;
}
#print-preview-zoom > * {
    display: inline-block;
}
#print-preview-zoom [name=zoom] {
    margin-right: 0.5em;
    max-height: 2.8em;
    width: 15%;
}
#print-preview-zoom [name=zoom-slider] {
    width: 80%;
}
#print-preview-zoom label {
    color: #ffffff;
    margin: 0;
    padding: 0.5em;
}
#print-card-wrapper {
    border: 4px solid #f98c4d;
    height: calc(100% - 60px);
    overflow: auto;
    width: 100%;
}
#print-card {
    background: #ffffff;
    border: 2px ridge #000000;
    margin: 1em auto auto auto;
    transform: scale(0.25);
    transform-origin: 0% 0%;
}
#print-card canvas {
    height: 100%;
    width: 100%;
}
.print-zoom-slider {
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .2s;
    transition: .2s;
}
