diff --git a/RIGS/templates/invoice_confirm_delete.html b/RIGS/templates/invoice_confirm_delete.html
index 4b575cb5..1fa00f13 100644
--- a/RIGS/templates/invoice_confirm_delete.html
+++ b/RIGS/templates/invoice_confirm_delete.html
@@ -1,35 +1,20 @@
{% extends 'base_rigs.html' %}
-{% block title %}Delete payment on invoice {{ object.invoice.pk }}{% endblock %}
+{% block title %}Delete Invoice {{ object.invoice.pk }}{% endblock %}
{% block content %}
-
-
-
Delete invoice {{ object.pk }}
+
+
Delete Invoice {{ object.pk }}
-
Are you sure you wish to delete invoice {{ object.pk }}?
+
Are you sure you wish to delete invoice {{ object.pk }}?
-
This action cannot be undone!
-
-
-
+
-{% endblock %}
\ No newline at end of file
+
+{% endblock %}
diff --git a/RIGS/templates/invoice_list.html b/RIGS/templates/invoice_list.html
index 87edd9be..6502951a 100644
--- a/RIGS/templates/invoice_list.html
+++ b/RIGS/templates/invoice_list.html
@@ -9,8 +9,8 @@
{% block heading %}Invoices{% endblock %}
{% block description %}{% endblock %}
{% block search %}{% endblock %}
-
-
+
+
| Invoice # |
@@ -51,9 +51,7 @@
{% endif %}
-
-
-
+
|
{% endfor %}
diff --git a/RIGS/templates/invoice_list_archive.html b/RIGS/templates/invoice_list_archive.html
index 32585657..2ef92ab6 100644
--- a/RIGS/templates/invoice_list_archive.html
+++ b/RIGS/templates/invoice_list_archive.html
@@ -13,11 +13,10 @@ All Invoices
{% endblock %}
{% block search %}
-