/**************************************************************************************************/
/*********************************     TICKET CLASSES      ****************************************/
/**************************************************************************************************/


.yk_ticket {
    font-size: 12px;
    font-family: 'Times New Roman';
    width: 260px;
    max-width: 260px;
    padding: 5px;
}

.yk_ticket_p {
	margin-top: 0rem !important;
	margin-bottom: 0rem !important;
}

.yk_ticket_img {
    max-width: 60%;
    width: 60%;
    display: block;
    margin: auto auto;
}

.yk_ticket_left {
    text-align: left;
    float: left;
}

.yk_ticket_right {
    text-align: right;
    padding-right: 5px;
}

.yk_ticket_center {
    text-align: center;
    padding-top: 10px;
}

.yk_ticket_footer_center {
    text-align: center;
    padding-top: 0px;
}

td.yk_ticket_product,
th.yk_ticket_product {
    width: 245px;
    max-width: 245px;
    word-break: break-all;
}

td.yk_ticket_quantity,
th.yk_ticket_quantity{
    width: 38px;
    max-width: 38px;
    word-break: break-all;
}

td.yk_ticket_price,
th.yk_ticket_price {
    width: 74px;
    max-width: 74px;
    word-break: break-all;
    text-align: center;
}

td.yk_ticket_subTotal,
th.yk_ticket_subTotal{
    width: 74px;
    max-width: 74px;
    word-break: break-all;
    text-align: right;
}

@media print {
  @page {
  	margin: 0;
    padding:0;
  }
}