.invoice{
    font-size:12px;
}

.invoice .views-table{
    width:100%;
}

.invoice .views-table thead{
    border-bottom: 2px solid black;
}

.invoice .views-table th{
    text-align: left;
}

.invoice .views-table .views-align-right{
    text-align: right;
}

.invoice .views-table .views-field-commerce-unit-price,
.invoice .views-table .views-field-quantity,
.invoice .views-table .views-field-commerce-total{
    width: 80px;
}
