div.inform{
    width: 562px;padding: 7px 0;
}

div.inform table{
    width: 562px!important;
    margin-top:0px!important;
    float:none!important;
}

div.inform .sep{
    width: 562px;
    margin:0px;
    padding:0px;
    border:none;
}

div.inform h1{
    width: 562px;
    font-size:1.4em;
    color:#006DBB;
    font-weight: bold;
    font-style:  italic;
    text-align:center;
    padding:5px;
    display:block;
    border:solid 2px #000;
    margin-bottom: 10px;
}

div.inform h2{
    width: 562px;
    font-size:1.1em;
    color:#006DBB;
    font-weight: bold;
    font-style:  italic;
    text-align:center;
    padding:5px;
    display:block;
    border:solid 2px #000;
}

div.inform h3{
    margin-bottom: 10px;
    width: 562px;
    font-size:0.9em;
    color:#000;
    font-weight: normal;
    font-style:  italic;
    text-align:right;
    padding:5px;
    display:block;
    border:solid 2px #000;
    background:#cccccc;
}

div.inform table th, div.inform table td{
    color: #000!important;
    font-size:1.0em!important;
    padding:5px!important;
}

div.inform th{
    text-align:center;
    vertical-align: middle;
}

div.inform th.label{
    font-style:  italic;
}

div.inform td.amount{
    background:#FCFC00!important;
}

div.inform h2.fakehead{
    color: #000!important;
    font-size:0.9em!important;
    padding:5px!important;
    background:#cccccc;
    border-top:solid 1px #666666;
    border-left:solid 1px #666666;
    border-right:solid 1px #666666;
    border-bottom:0px solid #666666;
}
    
div.inform th.header{
    color: #000!important;
    font-size:1.1em!important;
    padding:5px!important;
    background:#cccccc;
    border-top:solid 1px #666666;
    border-left:solid 1px #666666;
    border-right:solid 1px #666666;
    border-bottom:0px solid #666666;
    color:#006DBB;
    font-weight: bold;
    font-style:  italic;
}

div.inform .mb-10{
    margin-bottom:10px;
}