@page
{
    size:  auto;   /* auto is the initial value */
    margin: 0mm;  /* this affects the margin in the printer settings */
}

.table {
    
    margin:0px auto;
    margin-top: 0px;
    border: 1px solid #000000;
    border-collapse: collapse;
    width: 100%;
    font-size: 13px;
}

.table thead tr th,
.table tbody tr td {
    padding: 6px 8px;
    color: #000;
    border: 1px solid #000000;
    border-collapse: collapse;
    background-color: #fff;
    line-height: 18px;
}
.center {
    max-width: 750px;
    padding: 0px;
    margin: 5px auto;
}

.print_bar {
    text-align:center;
    margin: 15px;
}

.print_title {
    vertical-align: center;
}

.bold {
    font-weight: bold;
}

.print_area {
    margin:30px;
    margin-top: 50px;
}

.pre-text {
    white-space: pre-line;
    table-layout:fixed;
    word-break:break-all;
    font-size: 13px;
}