.ticket-4-per-page,
.ticket-4-per-page div {
    box-sizing: border-box;
}

.ticket-layout {
    width: 8.5in;
    height: 11in;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    padding: 10px;
    font: normal 14px/1.2 Arial, san-serif;
    text-align: center;
}

.ticket-layout .ticket-4-per-page ul {
    list-style: none;
    margin:0;
    padding:0;
}

.ticket-layout .ticket-4-per-page ul li {
    line-height:1.4;
}

.ticket-layout .ticket-4-per-page {
    position:relative;
    width:288px;
    height:523px;
    margin: 2px;
    border: 1px solid #000;
}

.ticket-4-per-page .ticket-footer,
.ticket-4-per-page .serial,
.ticket-4-per-page .seat-info,
.ticket-4-per-page .ticket-info,
.ticket-4-per-page .price-code,
.ticket-4-per-page .etix-logo {
    width: 100%;
    border-bottom: 1px solid black;
}

.ticket-4-per-page .etix-logo {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}

.ticket-4-per-page div.etix-logo img {
    height: 40px;
    width: auto;
    margin-top: 10px;
}

.ticket-4-per-page div.etix-logo img.custom-logo {
    height: 60px;
    margin-top: 0;
}

.ticket-4-per-page .price-code {
    display: flex;
    padding-top: 8px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border-bottom: none;
}

.ticket-4-per-page .ticket-footer {
    position: relative;
    height: 37px;
    line-height: 37px;
    background-color: #18529c !important;
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    border-bottom: none;
}

.ticket-4-per-page .ticket-footer img {
    height: 35px;
    width: 100%;
}

.ticket-layout .ticket-4-per-page .serial {
    display: inline-block;
    height: 65px;
}

.ticket-layout .ticket-4-per-page .serial .serial-number {
    margin-top: -10px;
    font-size: 12px;
    letter-spacing: 1px;
}

div.seat-info-header {
    margin-bottom: 3px;
    font-size: 12px;
    color: #18529c;
}

.ticket-4-per-page .ticket-info {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 245px;
    font-size: 12px;
}

span.label {
    text-transform: uppercase;
    font-weight: 700;
}

.ticket-4-per-page .order-info {
    height: 35px;
    padding-top: 5px;
    line-height: 30px;
    width: 50%;
    float: left;
    text-transform: uppercase;
    font-size: 10px;
}

.order-info.single-item {
    width: 100%;
}

.ticket-layout .ticket-4-per-page .ticket-footer {
    position:absolute;
    bottom:0;
    left:0;
}

.no-barcode {
    display: flex;
    height: 65px;
    justify-content: center;
    align-items: center;
}

.warning {
    border:2px solid #f60;
    background-color:#fde9db;
    color:#333;
    padding:10px 5px;
    margin:10px;
    font-size:14px;
}

/* prevent blank page from printing with print restricted tickets */
div.noPrint + table {
    page-break-after: avoid !important;
}

@media all {
    .page-break,
    .page_break { display:none; page-break-before: always; font-size:0; height:0; } /* underscore is old class name */
}

@media print {
    .ticket-layout {
        border: none;
    }
}

