diff --git a/biometric-attendance-system/Reports/MonthlyLateComers.aspx b/biometric-attendance-system/Reports/MonthlyLateComers.aspx
index 41d590f..e1f5d34 100644
--- a/biometric-attendance-system/Reports/MonthlyLateComers.aspx
+++ b/biometric-attendance-system/Reports/MonthlyLateComers.aspx
@@ -2,97 +2,104 @@
-
-
+
+
+
-
-
- 5 minutes
- 10 minutes
- 15 minutes
- 20 minutes
-
-
-
-
-
-
+
+
+ 5 minutes
+ 10 minutes
+ 15 minutes
+ 20 minutes
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
\ No newline at end of file
+
diff --git a/biometric-attendance-system/Stylesheets/style.css b/biometric-attendance-system/Stylesheets/style.css
new file mode 100644
index 0000000..c82ae1e
--- /dev/null
+++ b/biometric-attendance-system/Stylesheets/style.css
@@ -0,0 +1,15 @@
+table#ContentPlaceHolder1_Calendar1 {
+ width: 50%;
+ line-height: 0;
+ margin: auto auto;
+}
+
+table#ContentPlaceHolder1_Calendar2 {
+ width: 50%;
+ line-height: 0;
+ margin: auto auto;
+}
+
+.row * {
+ text-align: center !important;
+}
diff --git a/biometric-attendance-system/Web.config b/biometric-attendance-system/Web.config
index 5c79285..fcd68d5 100644
--- a/biometric-attendance-system/Web.config
+++ b/biometric-attendance-system/Web.config
@@ -9,7 +9,8 @@
-
+
+
diff --git a/biometric-attendance-system/packages.config b/biometric-attendance-system/packages.config
index 48a4f54..4e84b5c 100644
--- a/biometric-attendance-system/packages.config
+++ b/biometric-attendance-system/packages.config
@@ -1,5 +1,7 @@
+
+
\ No newline at end of file
diff --git a/packages/DocumentFormat.OpenXml.2.5/DocumentFormat.OpenXml.2.5.nupkg b/packages/DocumentFormat.OpenXml.2.5/DocumentFormat.OpenXml.2.5.nupkg
new file mode 100644
index 0000000..d07f27c
Binary files /dev/null and b/packages/DocumentFormat.OpenXml.2.5/DocumentFormat.OpenXml.2.5.nupkg differ
diff --git a/packages/DocumentFormat.OpenXml.2.5/lib/DocumentFormat.OpenXml.dll b/packages/DocumentFormat.OpenXml.2.5/lib/DocumentFormat.OpenXml.dll
new file mode 100644
index 0000000..53241bd
Binary files /dev/null and b/packages/DocumentFormat.OpenXml.2.5/lib/DocumentFormat.OpenXml.dll differ
diff --git a/packages/ExcelPackage.1.0.0/ExcelPackage.1.0.0.nupkg b/packages/ExcelPackage.1.0.0/ExcelPackage.1.0.0.nupkg
new file mode 100644
index 0000000..68d0b40
Binary files /dev/null and b/packages/ExcelPackage.1.0.0/ExcelPackage.1.0.0.nupkg differ
diff --git a/packages/ExcelPackage.1.0.0/lib/Microsoft.Office.Interop.Excel.dll b/packages/ExcelPackage.1.0.0/lib/Microsoft.Office.Interop.Excel.dll
new file mode 100644
index 0000000..1d7cac7
Binary files /dev/null and b/packages/ExcelPackage.1.0.0/lib/Microsoft.Office.Interop.Excel.dll differ