diff --git a/styles.css b/styles.css
index d549d3f26761c66e8b58d96612cc9eca8639b964..343ee5d1768f4c5b15c47c4f545d6751a345cb97 100644
--- a/styles.css
+++ b/styles.css
@@ -236,17 +236,21 @@ table.dataTable{
     margin-left: 0px;
 }
 
-.dataTable thead th{
+.dataTable thead th,  .DTFC_LeftWrapper .table-bordered td{
     position: relative;
 }
 
-.dataTable thead th i.fa-trash{
+.dataTable thead th i.fa-trash, .DTFC_LeftWrapper .table-bordered i.fa-trash{
     top: 8px;
     right: 0;
     position: absolute;
   
 }
 
+.DTFC_LeftWrapper .table-bordered i.fa-trash{
+    top: 5px;
+}
+
 .dataTable tbody tr td span p, .iena-matrix-icons{
     display: inline-block;
 }