﻿.report{
    padding:5px;
    font-family:仿宋;
}
.report table{    
    width:100%;    
    border:2px solid black;
}

.report td{
    border:1px solid black;
    line-height:200%;
    padding:2px 10px;
}

.colname{
    width:20%;
    font-weight:bold;
    font-size:12pt;
    background-color:#e0dede;
    text-align:center;
}

.colval{
    width:30%;
    text-align:center;
    font-size:11pt;
}

.report .head{    
    border:2px solid black;
    font-size:14pt;
    color:white;
    font-weight:bold;    
    background-color:#6091ba;
}

#qrcodeTable table{
    width:100px;
    height:100px;
    border:none;
}

#qrcodeTable td{
    border:none;
}