.company h2 {
    color: #fff;
    font-size: 87.5%;
    padding: 7px;
    margin: 0 0 5px 0;
    background: #e70000;
}
.company {
    margin: 0 5px;
}
table.common {
    width: 100%;
    table-layout: fixed;
    border-top: 2px solid #d8d8d8;
    border-bottom: 2px solid #d8d8d8;
}
table.common .even th, table.common .even td {
    background: #fff;
}
table.common th {
    width: 30%;
    font-weight: bold;
    text-align: center;
}
table.common th, table.common td {
    font-size: 75%;
    line-height: 160%;
    padding: 7px;
    background: #f7f7f9;
    border-bottom: 1px dashed #d8d8d8;
}
table.common .even th, table.common .even td {
    background: #fff;
}
table.common td {
    border-left: 1px solid #d8d8d8;
}
table.common th, table.common td {
    font-size: 75%;
    line-height: 160%;
    padding: 7px;
    background: #f7f7f9;
    border-bottom: 1px dashed #d8d8d8;
}
#line_banner{display:none;}
p.ex {
    font-size: 75%;
    line-height: 150%;
    margin: 0 auto 10px;
    width: 95%;
}
.signature {
    margin-top: 20px;
    text-align: right;
    line-height: 20px;
    padding-right: 10px;
    font-weight: 700;
}