BODY,  TABLE, INPUT, SELECT, TEXTAREA, HTML {
    font-size: 12px;
    font-family: Arial;
    margin: 0px;
    color: black;
    text-align: left;
}

BODY {
    height: 300px !important;
    width: auto;
    max-height: 300px !important
}

@page {
    size: 72mm 50mm portrait;
    margin: 0mm;
}

div#itemTypeList {
    display: block;
    clear: both;
}

div.itemType {
    background-color: #FFE6E6;
    border: 1px solid black;
    display: block;
    float: left;
    height: 40px;
    margin: 2px;
    padding: 5px;
    position: relative;
    width: 290px;
    cursor: pointer;
}

div.itemType.disabled {
    background-color: gray;
    cursor: move;
}


div.itemType div.title {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 18px;
    font-weight: bold;
}

div.itemType div.comment {
    position: absolute;
    left: 10px;
    top: 30px;
    font-size: 11px;
}

div.itemType div.price {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

div.itemType div.bonus {
    position: absolute;
    right: 10px;
    top: 25px;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
}

div.setClock, div.setTeacher {
    background: none repeat scroll 0 0 #ffcab0;
    border: 1px solid black;
    font-size: 20px;
    line-height: 1;
    margin: 2px;
    padding: 3px;
    width: 20px;
    float: left;
    text-align: center;
    cursor: pointer;
}

div.setTeacher {
    width: 200px;
}


#ticketPrint {
    font-size: 14px;    
}

#ticketPrint div.id {
    position: absolute;
    right: 10px;
    top: 5px;
    font-weight: bold;
}

#ticketPrint div.site {
    position: absolute;
    top: 20px;    
    left: 0px;
    width: 99%;

    font-size: 18px;
    text-align: center;
    clear: both;
}

#ticketPrint div.day {
    position: absolute;
    top: 50px;    
    left: 0px;
    width: 99%;

    font-size: 14px;
    text-align: center;
    clear: both;
}

#ticketPrint div.hour {
    position: absolute;
    top: 70px;    
    left: 0px;
    width: 99%;

    font-size: 14px;
    text-align: center;
    clear: both;
}

#ticketPrint div.teacher {
    position: absolute;
    top: 120px;    
    left: 0px;
    width: 99%;

    font-size: 18px;
    text-align: center;
    clear: both;
}

.pagebreakhere {
    page-break-before: always;
}

#actual-user-row {
    display: none !important;                 
}

#header {
    display: none !important;                 
}

#footer {
    display: none !important;                 
}

.noprint {
    display: none !important;         
}