
/* Item Print Ticket Style 1*/

table#ticketstyle1, #ticketstyle1 table {
    min-width: 100%;
}

#ticketstyle1 tr, #ticketstyle1 td {
    display: block;
    text-align: center;
    width:100%;
}

#ticketstyle1 img {
    height: 100px;
    width: 100px;
}

#ticketstyle1 h2 {
    margin-bottom: 2px;
    font-size: 88%;
}

#ticketstyle1 h4 {
    margin: 3px 0;
}

#ticketstyle1 p {
    margin-bottom: 2px;
}

#ticketstyle1 u {
    font-size: larger;
    text-transform: capitalize;
}

#ticketstyle1 .color {
    background: #92C83E;
}

/* Item Print Ticket Style 2*/

table , #ticketstyle2 {
    min-width: 100%;
}

#ticketstyle2 tr, #ticketstyle2 td {
    display: block;
    text-align: center;
}

#ticketstyle2 img {
    height: 100px;
    width: 100px;
}

#ticketstyle2 p
{
font-weight:bold;
font-style:oblique;
}
#ticketstyle2 .color {
background: #92C83E;
}
#ticketstyle2 h2 {
    font-size: 21px;
    font-weight: bold;
}
#ticketstyle2 h3
{
font-size:19px;//font-weight:bold;
}
#ticketstyle2 h4 {
    font-size: 17px;
    font-weight: bold;
}
#ticketstyle2 h5
{
font-size:15px;color:#649923
}
/*Style 3 */

table#ticketstyle3, #ticketstyle3 table {
    min-width: 100%;
}

#ticketstyle3 tr, #ticketstyle3 td {
    display: block;
    text-align: center;
    vertical-align:top;
    width:100%;
}

#ticketstyle3 p {
    font-size:16px;
    font-weight: bold;
    margin-bottom: 5px;
}
#ticketstyle3 h2 {
    font-size: 14px;
}

#ticketstyle3 img {
    height: 100px;
    margin-bottom: 2px;
    width: 100px;
}
#ticketstyle3 h4 {
    font-size: 12px;
    font-weight: bold;
}
#ticketstyle3 .color {
    text-align:center;
background: #92C83E;
}
#ticketstyleweb3 h5
{
font-size:10px;font-weight:bold;text-align:justify;
}
#ticketstyleweb3 img
{
width:100%;height:50%;
}
