
#printContent {
    min-height: 300px;

    text-align: center;
    font-size: 12px;
}

/* 膽��鎕�篏�篏睡�� 茹ｅ�恰��絨� Font 12px ����� */
#printContent .textScale {
    transform-origin: left center;
    transform: scale(1);
    -ms-transform-origin:left center;
    -ms-transform: scale(1);      /* IE 9 */
    -webkit-transform-origin: left center;
    -webkit-transform: scale(1);
}


/* FIXME: 58絎遵墾 ���亥左 */
.print-58 {
    width: 200px !important;
}

.print-58 p {
    width: 195px !important;
}

.print-58 table {
    width: 195px !important;
}

/* FIXME: 75絎遵墾 ���亥左 */
.print-75 {
    width: 230px !important;
}

.print-75 p {
    width: 250px !important;
}

.print-75 table {
    width: 250px !important;
}


/* FIXME: 80絎遵墾 ���亥左 */
.print-80 {
    width: 240px !important;
}

.print-80 p {
    width: 260px !important;
}

.print-80 table {
    width: 260px !important;
}





#print-bcView {
    box-sizing: border-box;

    text-align: center;
    min-width: 160px;
    padding: 5px 5px 5px 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

#print-bcView div {
    overflow: hidden;
}



/* FIXME: Top */

#printContent .header {
    border-bottom: 1px solid #333;
}

#printContent h4 {
    font-weight: 200;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
}

#printContent .img-logo {
    width: auto;
    height: 60px;
    margin: 5px 0;
}

#printContent .orderInfoView {
    padding: 5px 0;

    border-bottom: 1px solid #333;
}


/* FIXME: 羔�茣�list */

#printContent .consumerListView {
    margin-top: 0;

    border-bottom: 1px solid #333;
}


#printContent .consumerListView table .th-sub:nth-child(1) {
    width: 30%;
}

#printContent .consumerListView table .th-sub:nth-child(2) {
    width: 18%;
}

#printContent .consumerListView table .th-sub:nth-child(3) {
    width: 18%;
}

#printContent .consumerListView table .th-sub:nth-child(4) {
    width: 28%;
}

#printContent .consumerListView table tr td:nth-child(1) {
    width: 100%;
    padding-bottom: 0;
}

#printContent .consumerListView table tr td:nth-child(1) p {
    margin-bottom: 0;
}


#printContent .consumerListView table tr td:nth-child(2) {
    width: 30%;
}

#printContent .consumerListView table tr td:nth-child(3) {
    width: 18%;
}

#printContent .consumerListView table tr td:nth-child(4) {
    width: 18%;
}

#printContent .consumerListView table tr td:nth-child(5) {
    width: 28%;
}



/* FIXME: ��腮�list */
#printContent .courseListView {
    border-bottom: 1px solid #333;
}

#printContent .courseListView table tr td:nth-child(1) {
    width: 59%;
    text-align: left;
}

#printContent .courseListView table tr td:nth-child(2) {
    width: 18%;
}

#printContent .courseListView table tr td:nth-child(3) {
    width: 18%;
}



/* FIXME: ���list */
#printContent .payInfoView {
    border-bottom: 1px solid #333;
}

#printContent .payInfoView table tr td:nth-child(1) {
    width: 45%;
    text-align: left;
}

#printContent .payInfoView table tr td:nth-child(2) {
    width: 25%;
}

#printContent .payInfoView table tr td:nth-child(3) {
    width: 25%;
}



/* FIXME: �狗�銀拭�� */
#printContent .otherInfoView {
    padding-top: 5px;
    padding-bottom: 35px;
}


/* FIXME: basic */

#printContent table thead {
    display: block;
    height: auto;
    background: white;
    text-align: left;
    margin-bottom: 1px;
}

#printContent table .th-sub {
    display: block;
    float: left;
}

#printContent table tr {
    overflow: hidden;
}

#printContent table tr td {
    display: block;
    float: left;
}

#printContent table tbody tr {
    background: none;
    height: auto;
    line-height: 15px;
    margin-bottom: 1px;
}

#printContent table th, td {
    text-align: center;
    line-height: 15px !important;
    height: auto !important;
    padding-top: 2px;
    padding-bottom: 2px;
}

#printContent table tr:hover {
    background: none;
}

#printContent p {
    overflow: hidden;
    display: block;
    text-align: left;
    font-size: 10px;
    padding-bottom: 1px;
    margin: 0;
}


#printContent span {
    display: block;
}

#printContent .span-left {
    float: left;
    width: 60%;
}

#printContent .span-right {
    float: right;
    width: 30%;
    text-align: right;
}

