diff --git a/invoice.html b/invoice.html
index 8d99a42..f74be6f 100644
--- a/invoice.html
+++ b/invoice.html
@@ -84,16 +84,16 @@
}
/** RTL **/
- .rtl {
+ .invoice-box.rtl {
direction: rtl;
font-family: Tahoma, 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
}
- .rtl table {
+ .invoice-box.rtl table {
text-align: right;
}
- .rtl table tr td:nth-child(2) {
+ .invoice-box.rtl table tr td:nth-child(2) {
text-align: left;
}