diff --git a/web/pgadmin/static/css/overrides.css b/web/pgadmin/static/css/overrides.css
index 7453b26..403de28 100755
--- a/web/pgadmin/static/css/overrides.css
+++ b/web/pgadmin/static/css/overrides.css
@@ -1326,4 +1326,21 @@ height: calc(100% - 35px);
 
 .user_management_pg-alertify-button {
   line-height: 16px;
+}
+
+.pg-panel-statistics-container >table.backgrid.table-bordered {
+  border: 0px;
+}
+
+.pg-panel-statistics-container > table > thead > tr > th {
+  padding: 2px;
+  border: 1px solid #ddd;
+}
+
+.pg-panel-statistics-container > table > thead > tr > th:first-child {
+  border-left: 0px;
+}
+
+.pg-panel-statistics-container > table > thead > tr > th:last-child {
+  border-right: 0px;
 }
\ No newline at end of file
