.vat-green-width {
    border-width: 2px !important;
}
.vat-green-light {
    border-color: #16A34A !important;
}
.vat-green-dark {
    border-color: #6EE7B7 !important;
}

.ebv-data-totals-red {
    position: relative;
    border-bottom-width: 2px !important;
    border-bottom-color: #ee2130 !important;
    background: #ee2130;
    background: linear-gradient(to bottom, transparent 50%, #ee2130 50%) left center;
    background-size: 4px 100%; /* 4px wide and 50% tall */
    background-repeat: no-repeat;
}
