.table-order table {
    border: 0;
    width:100%;
    height: 100%;
    padding: 50px;
    font-size: 16px;
}

.table-order-header {
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.table-order {
    padding: 2% 2%;
    border: 2px dashed #dcdcdc;
}

.payment-order {
    padding: 0 12px 12px;
}

.payment-order-bank-name {
    border-right: 1px #000000 solid;
    text-align: left;
    font-weight: bold;
}

.req-header {
    border-right: 1px #000000 solid;
    border-bottom: 1px #000000 solid;
    width: 5%;
}

.req-header_wo-bottom {
    border-bottom: none;
}

.doc-description {
    margin: 0 12px 12px;
    padding: 10px;
    background-color: #f2dede;
}

.acc-span {
    margin-right: 0.3em;
}